Skip to main content
GET
Get Dubbed Run Info
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

x-api-key
string
header
required

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

run_id
integer
required

The unique identifier for the run, which was generated during the end to end dub creation process and returned upon task completion. The unique identifier for the run, which was generated during the creation process and returned upon task completion.

Response

Successful Response

video_url
string

Direct link to download the complete dubbed video file.

audio_url
string

Direct link to download the isolated dubbed audio track.

transcript
DialogueItem ยท object[]

Array of dialogue items containing speaker identification, timing information and textual transcript for each dialogue item.