Dub a video or audio file
Dubs a provided audio or video file into given language.
Headers
xi-api-key
Request
This endpoint expects a multipart form with multiple files.
file
A list of file paths to audio recordings intended for voice cloning
csv_file
CSV file containing transcription/translation metadata
foreground_audio_file
For use only with csv input
background_audio_file
For use only with csv input
name
Name of the dubbing project.
source_url
URL of the source video/audio file.
source_lang
Source language.
target_lang
The Target language to dub the content into.
num_speakers
Number of speakers to use for the dubbing. Set to 0 to automatically detect the number of speakers
watermark
Whether to apply watermark to the output video.
start_time
Start time of the source video/audio file.
end_time
End time of the source video/audio file.
highest_resolution
Whether to use the highest resolution available.
drop_background_audio
An advanced setting. Whether to drop background audio from the final dub. This can improve dub quality where it's known that audio shouldn't have a background track such as for speeches or monologues.
use_profanity_filter
[BETA] Whether transcripts should have profanities censored with the words ‘[censored]’
dubbing_studio
Whether to prepare dub for edits in dubbing studio or edits as a dubbing resource.
disable_voice_cloning
[BETA] Instead of using a voice clone in dubbing, use a similar voice from the ElevenLabs Voice Library.
mode
automatic or manual. Manual mode is only supported when creating a dubbing studio project
Response
Successful Response
dubbing_id
The ID of the dubbing project.
expected_duration_sec
The expected duration of the dubbing project in seconds.