{ "opencollection": "1.0.0", "info": { "name": "remediation.proto Audio Batches API", "version": "version not set" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Batches", "type": "folder" }, "items": [ { "info": { "name": "List batch jobs", "type": "http" }, "http": { "method": "GET", "url": "https://api.together.xyz/v1/batches", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "List all batch jobs for the authenticated user" }, { "info": { "name": "Create a batch job", "type": "http" }, "http": { "method": "POST", "url": "https://api.together.xyz/v1/batches", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a new batch job with the given input file and endpoint" }, { "info": { "name": "Get a batch job", "type": "http" }, "http": { "method": "GET", "url": "https://api.together.xyz/v1/batches/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get details of a batch job by ID" }, { "info": { "name": "Cancel a batch job", "type": "http" }, "http": { "method": "POST", "url": "https://api.together.xyz/v1/batches/:id/cancel", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Cancel a batch job by ID" } ] } ], "bundled": true }