{ "opencollection": "1.0.0", "info": { "name": "TrueFoundry AI Gateway Audio Batches API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Batches", "type": "folder" }, "items": [ { "info": { "name": "Create Batch", "type": "http" }, "http": { "method": "POST", "url": "https://app.truefoundry.com/api/llm/batches", "body": { "type": "json", "data": "{}" } }, "docs": "Create a batch of API requests for async processing." }, { "info": { "name": "Get Batch", "type": "http" }, "http": { "method": "GET", "url": "https://app.truefoundry.com/api/llm/batches/:batch_id", "params": [ { "name": "batch_id", "value": "", "type": "path" } ] }, "docs": "Retrieve the status of a batch." } ] } ], "bundled": true }