{ "opencollection": "1.0.0", "info": { "name": "GroqCloud Audio Batch API", "version": "2.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Batch", "type": "folder" }, "items": [ { "info": { "name": "List your organization's batches.", "type": "http" }, "http": { "method": "GET", "url": "https://api.groq.com/openai/v1/batches" }, "docs": "List your organization's batches." }, { "info": { "name": "Creates and executes a batch from an uploaded file of requests. [Learn more](/docs/batch).", "type": "http" }, "http": { "method": "POST", "url": "https://api.groq.com/openai/v1/batches", "body": { "type": "json", "data": "{}" } }, "docs": "Creates and executes a batch from an uploaded file of requests. [Learn more](/docs/batch)." }, { "info": { "name": "Retrieves a batch.", "type": "http" }, "http": { "method": "GET", "url": "https://api.groq.com/openai/v1/batches/:batch_id", "params": [ { "name": "batch_id", "value": "", "type": "path", "description": "The ID of the batch to retrieve." } ] }, "docs": "Retrieves a batch." }, { "info": { "name": "Cancels a batch.", "type": "http" }, "http": { "method": "POST", "url": "https://api.groq.com/openai/v1/batches/:batch_id/cancel", "params": [ { "name": "batch_id", "value": "", "type": "path", "description": "The ID of the batch to cancel." } ] }, "docs": "Cancels a batch." } ] } ], "bundled": true }