{ "opencollection": "1.0.0", "info": { "name": "Synthesia Assets Translations API", "version": "2.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Translations", "type": "folder" }, "items": [ { "info": { "name": "Start or update video translation", "type": "http" }, "http": { "method": "PUT", "url": "https://api.synthesia.io/v2/translations/:videoId", "params": [ { "name": "videoId", "value": "", "type": "path" } ] }, "docs": "Start or update video translation" }, { "info": { "name": "Get supported languages", "type": "http" }, "http": { "method": "GET", "url": "https://api.synthesia.io/v2/translations/supported-languages" }, "docs": "Get supported languages" }, { "info": { "name": "Retrieve XLIFF content", "type": "http" }, "http": { "method": "GET", "url": "https://api.synthesia.io/v2/videos/:videoId/xliff", "params": [ { "name": "videoId", "value": "", "type": "path" } ] }, "docs": "Retrieve XLIFF content" }, { "info": { "name": "Create video from XLIFF", "type": "http" }, "http": { "method": "POST", "url": "https://api.synthesia.io/v2/videos/from-xliff" }, "docs": "Create video from XLIFF" } ] } ], "bundled": true }