cURL
curl --request POST \ --url https://api.extract.page/v1/batches/{batch_id}/cancel \ --header 'X-API-KEY: <api-key>'
{ "id": "<string>", "status": "<string>", "counts": { "pending": 0, "running": 0, "succeeded": 0, "failed": 0, "cancelled": 0 }, "total_items": 123, "engine": "<string>", "options": {}, "created_at": "<string>", "expires_at": "<string>", "object": "batch", "metadata": {}, "started_at": "<string>", "completed_at": "<string>" }
Documentation IndexFetch the complete documentation index at: https://docs.extract.page/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.extract.page/llms.txt
Use this file to discover all available pages before exploring further.
Successful Response
Show child attributes