Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Cancel an in-progress response.
curl -X POST https://gateway.bud.studio/v1/responses/resp_abc123/cancel \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "x-model-name: gpt-4"
{ "id": "resp_abc123", "object": "response", "status": "cancelled", "created_at": 1699000000, "cancelled_at": 1699000030 }