日本語
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" }
注意: 機能とパフォーマンスが向上した v2 版 API が利用可能です。
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
抽出ジョブのID
成功時のレスポンス
抽出ジョブの現在のステータス
completed
processing
failed
cancelled