Get Dubbing Result
Retrieves the result of a specific end to end dubbing run using the provided run_id
.
Retrieve the completed results of your dubbing process with this endpoint. Once your dubbing task has finished processing, this API call provides access to the final dubbed media files along with a detailed transcript of the content. This allows you to seamlessly integrate the dubbed content into your applications, content management systems, or distribution platforms without requiring additional processing.
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.
This multi-format approach gives you flexibility in how you utilize and distribute your newly localized content across various platforms and use cases.
Accessing You Dubbed content
To retrieve your dubbing results, youβll need the run_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
The response is of type object
.