{ "opencollection": "1.0.0", "info": { "name": "remediation.proto Audio evaluation API", "version": "version not set" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "evaluation", "type": "folder" }, "items": [ { "info": { "name": "Get all evaluation jobs", "type": "http" }, "http": { "method": "GET", "url": "https://api.together.xyz/v1/evaluation", "params": [ { "name": "status", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" } ] }, "docs": "Get all evaluation jobs" }, { "info": { "name": "Create an evaluation job", "type": "http" }, "http": { "method": "POST", "url": "https://api.together.xyz/v1/evaluation", "body": { "type": "json", "data": "{}" } }, "docs": "Create an evaluation job" }, { "info": { "name": "Get model list", "type": "http" }, "http": { "method": "GET", "url": "https://api.together.xyz/v1/evaluation/model-list", "params": [ { "name": "model_source", "value": "", "type": "query" } ] }, "docs": "Get model list" }, { "info": { "name": "Get evaluation job details", "type": "http" }, "http": { "method": "GET", "url": "https://api.together.xyz/v1/evaluation/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get evaluation job details" }, { "info": { "name": "Get evaluation job status and results", "type": "http" }, "http": { "method": "GET", "url": "https://api.together.xyz/v1/evaluation/:id/status", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get evaluation job status and results" } ] } ], "bundled": true }