{ "opencollection": "1.0.0", "info": { "name": "remediation.proto Audio Deployments API", "version": "version not set" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Deployments", "type": "folder" }, "items": [ { "info": { "name": "Get the list of deployments", "type": "http" }, "http": { "method": "GET", "url": "https://api.together.xyz/v1/deployments" }, "docs": "Get a list of all deployments in your project" }, { "info": { "name": "Create a new deployment", "type": "http" }, "http": { "method": "POST", "url": "https://api.together.xyz/v1/deployments", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new deployment with specified configuration" }, { "info": { "name": "Get a deployment by ID or name", "type": "http" }, "http": { "method": "GET", "url": "https://api.together.xyz/v1/deployments/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Retrieve details of a specific deployment by its ID or name" }, { "info": { "name": "Update a deployment", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.together.xyz/v1/deployments/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an existing deployment configuration" }, { "info": { "name": "Delete a deployment", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.together.xyz/v1/deployments/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete an existing deployment" }, { "info": { "name": "Get logs for a deployment", "type": "http" }, "http": { "method": "GET", "url": "https://api.together.xyz/v1/deployments/:id/logs", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "replica_id", "value": "", "type": "query" } ] }, "docs": "Retrieve logs from a deployment, optionally filtered by replica ID." } ] } ], "bundled": true }