Understanding Dubbing Results
When you request the results of a completed dubbing task, our system returns a comprehensive package including:- Dubbed Video: A complete video file with the original visuals and newly generated voiceover in your target language.
- Dubbed Audio: An isolated audio track containing only the synthesized speech in your target language.
- Complete Transcript: A detailed, time-coded transcript of the dubbed content with speaker identification.
Accessing You Dubbed content
To retrieve your dubbing results, youβll need therun_id
that was provided when during the polling of your dubbing task. This identifier uniquely tracks your specific dubbing task through our processing pipeline.
Example Request with Python
Hereβs how to fetch your completed dubbing results using Python:Authorizations
The x-api-key
is a custom header required for authenticating requests to our API. Include this header in your request with the appropriate API key value to securely access our endpoints. You can find your API key(s) in the 'API' section of our studio website.
Path Parameters
The unique identifier for the run, which was generated during the end to end dub creation process and returned upon task completion.
Response
Successful Response
Direct link to download the complete dubbed video file.
Direct link to download the isolated dubbed audio track.
Array of dialogue items containing speaker identification, timing information and textual transcript for each dialogue item.