cURL
curl --request DELETE \ --url https://api.evocrawl.com/v2/crawl/{id} \ --header 'Authorization: Bearer <token>'
{ "status": "cancelled" }
Evocrawl API key が必要な 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"