简体中文
cURL
curl --request GET \ --url https://api.firecrawl.dev/v1/extract/{id} \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": {}, "status": "completed", "expiresAt": "2023-11-07T05:31:56Z" }
注意:该 API 的 v2 版本 已上线,功能更强、性能更佳。
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the extract job
Successful response
The current status of the extract job
completed
processing
failed
cancelled