{ "opencollection": "1.0.0", "info": { "name": "remediation.proto Audio Video API", "version": "version not set" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Video", "type": "folder" }, "items": [ { "info": { "name": "Fetch video metadata", "type": "http" }, "http": { "method": "GET", "url": "https://api.together.xyz/v1/videos/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Fetch video metadata" }, { "info": { "name": "Create video", "type": "http" }, "http": { "method": "POST", "url": "https://api.together.xyz/v1/videos", "body": { "type": "json", "data": "{}" } }, "docs": "Create a video" } ] } ], "bundled": true }