{ "opencollection": "1.0.0", "info": { "name": "Translate and Lip Sync API" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Transcribe media", "type": "http" }, "http": { "method": "POST", "url": "https://audio-video-api.adobe.io/v1/transcribe", "body": { "type": "json", "data": "{}" } }, "docs": "Generates transcripts for the input audio or video." }, { "info": { "name": "Dub audio or video", "type": "http" }, "http": { "method": "POST", "url": "https://audio-video-api.adobe.io/v1/dub", "body": { "type": "json", "data": "{}" } }, "docs": "Generate dubbed video or audio.

A composited lip sync can be added for video dubbing." }, { "info": { "name": "Get the result for a job", "type": "http" }, "http": { "method": "GET", "url": "https://audio-video-api.adobe.io/v1/status/:jobId", "params": [ { "name": "jobId", "value": "", "type": "path", "description": "The job id to get status for an async dub job" } ] }, "docs": "Provides the result for an async dub job." } ], "bundled": true }