跳转到主要内容
DELETE
/
batch
/
scrape
/
{id}
取消批量抓取作业
curl --request DELETE \
  --url https://api.firecrawl.dev/v1/batch/scrape/{id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "Batch scrape job successfully cancelled."
}
注意:新的 v2 版本 API 现已推出,具备改进的功能和性能。

授权

Authorization
string
header
必填

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

路径参数

id
string<uuid>
必填

批量抓取作业的 ID

响应

取消成功

success
boolean
示例:

true

message
string
示例:

"Batch scrape job successfully cancelled."