Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request DELETE \ --url https://api.firecrawl.dev/v1/batch/scrape/{id} \ --header 'Authorization: Bearer <token>'
{ "status": "cancelled" }
注意:新的 v2 版本 API 现已推出,具备改进的功能和性能。
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
批量抓取作业的 ID
取消成功
cancelled
"cancelled"