{ "opencollection": "1.0.0", "info": { "name": "D-ID Agents Translations API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Translations", "type": "folder" }, "items": [ { "info": { "name": "List video translations", "type": "http" }, "http": { "method": "GET", "url": "https://api.d-id.com/translations", "params": [ { "name": "limit", "value": "", "type": "query" }, { "name": "token", "value": "", "type": "query" } ] }, "docs": "Retrieve a paginated list of video translation jobs." }, { "info": { "name": "Create a video translation", "type": "http" }, "http": { "method": "POST", "url": "https://api.d-id.com/translations", "body": { "type": "json", "data": "{}" } }, "docs": "Translate an existing video into one or more target languages using AI speech translation, voice cloning, and lip-sync technology.\n" }, { "info": { "name": "Get a video translation", "type": "http" }, "http": { "method": "GET", "url": "https://api.d-id.com/translations/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique resource identifier." } ] }, "docs": "Retrieve the status and result of a specific translation job." }, { "info": { "name": "Delete a video translation", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.d-id.com/translations/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique resource identifier." } ] }, "docs": "Delete a video translation" } ] } ], "bundled": true }