🎁 Get a Virtual Private Server for just Rp 10,000 - the perfect fit for your server needs. Get here
cURL
curl --request POST \ --url https://api.neosantara.xyz/v1/batches/:batch_id/cancel \ --header 'x-api-key: <api-key>'
{ "id": "<string>", "object": "<string>", "endpoint": "<string>", "status": "<string>", "cancelled_at": 123, "request_counts": { "total": 123, "completed": 123, "failed": 123 } }
batch-abc123
batch
canceled
Show request_counts properties
{ "id": "batch-abc123", "object": "batch", "endpoint": "/v1/chat/completions", "status": "canceled", "cancelled_at": 1699566000, "request_counts": { "total": 100, "completed": 45, "failed": 2 } }