简体中文
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>
提取任务的 ID
成功响应
提取作业的当前状态
completed
processing
failed
cancelled