{ "opencollection": "1.0.0", "info": { "name": "Mux Animated Images Translate Captions API", "version": "v1" }, "items": [ { "info": { "name": "Translate Captions", "type": "folder" }, "items": [ { "info": { "name": "Create a 'translate-Captions' Job", "type": "http" }, "http": { "method": "POST", "url": "https://api.mux.com/robots/v0/jobs/translate-captions", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Creates a new job that translates captions on a Mux Video asset from one language to another." }, { "info": { "name": "Get a 'translate-Captions' Job", "type": "http" }, "http": { "method": "GET", "url": "https://api.mux.com/robots/v0/jobs/translate-captions/:JOB_ID", "params": [ { "name": "JOB_ID", "value": "", "type": "path" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Retrieves the current status and results of a 'translate-captions' job. Jobs are automatically deleted after 30 days." } ] } ], "bundled": true }