cURL
curl --request DELETE \ --url https://api.evocrawl.com/v2/crawl/{id} \ --header 'Authorization: Bearer <token>'
{ "status": "cancelled" }
你是需要 Evocrawl API 密钥的 AI 代理吗?请参见 evocrawl.com/agent-onboarding/SKILL.md 了解自动化入门说明。
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
爬取任务的 ID
已成功取消
cancelled
"cancelled"