v1
latestOpenAPI 3.1.02026-07-2671117149.2 KBEnd To End Dubbing
Initiate a full end to end dubbing task.
Request body
Enter a distinctive name for your project that reflects its purpose or content. This name will be displayed in your CAMB.AI workspace dashboard and used to organize related assets, transcriptions, etc.. . Choose something memorable that helps you quickly identify this specific project among your other voice, audio and localization tasks.
Provide details about your project's goals and specifications. Include information such as the target languages for translation or dubbing, desired voice characteristics, emotional tones to capture, or specific audio processing requirements, outlining the workflow here can serve as valuable documentation for organizational purposes.
The URL of the media file to be used to create the end-to-end dubbing task.
Languages to generate output in. Pass locale tags (es-es, fr-fr, de-de). Numeric language IDs still work but are deprecated. See all target languages.
Optional array of one or two zero‑based audio track indices to dub. Only supported for MXF files. If omitted, the first audio track (index 0) is used by default.
Optional flag to append the dubbed audio as a new audio track in the output file. Only supported for MXF files. If true, the dubbed audio is added as an additional track; if false or omitted, the source would be returned with only dubbed audio.
An optional list of dictionary IDs selected by the user. Each entry must be an integer corresponding to a valid dictionary ID. If provided, at least one ID is required.
Transcription mode. fast (default) is quicker; slow takes longer and may produce a more accurate transcript.
Example request
{
"target_languages": [
"es-es",
"fr-fr"
]
}Response
Successful Response