抓取端点
取消批量抓取
DELETE
取消批量抓取作业
Documentation Index
Fetch the complete documentation index at: https://student-213fb9fc.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
注意:新的 v2 版本 API 现已推出,具备改进的功能和性能。
curl --request DELETE \
--url https://api.firecrawl.dev/v1/batch/scrape/{id} \
--header 'Authorization: Bearer <token>'{
"success": true,
"message": "Batch scrape job successfully cancelled."
}Documentation Index
Fetch the complete documentation index at: https://student-213fb9fc.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
注意:新的 v2 版本 API 现已推出,具备改进的功能和性能。
curl --request DELETE \
--url https://api.firecrawl.dev/v1/batch/scrape/{id} \
--header 'Authorization: Bearer <token>'{
"success": true,
"message": "Batch scrape job successfully cancelled."
}