{ "opencollection": "1.0.0", "info": { "name": "remediation.proto Audio Jobs API", "version": "version not set" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Jobs", "type": "folder" }, "items": [ { "info": { "name": "Get job status", "type": "http" }, "http": { "method": "GET", "url": "https://api.together.xyz/v1/jobs/:jobId", "params": [ { "name": "jobId", "value": "", "type": "path" } ] }, "docs": "Get the status of a specific job" }, { "info": { "name": "List all jobs", "type": "http" }, "http": { "method": "GET", "url": "https://api.together.xyz/v1/jobs" }, "docs": "List all jobs and their statuses" } ] } ], "bundled": true }