Dub a Video or Audio File

POST
/v1/dubbing

Dubs provided audio or video file into given language.

Request

This endpoint expects a multipart form containing an optional file.
filefileOptional
namestringOptional

Name of the dubbing project.

source_urlstringOptional

URL of the source video/audio file.

source_langstringOptionalDefaults to auto

Source language.

target_langstringRequired

The Target language to dub the content into.

num_speakersintegerOptionalDefaults to 0

Number of speakers to use for the dubbing. Set to 0 to automatically detect the number of speakers

watermarkbooleanOptional

Whether to apply watermark to the output video.

start_timeintegerOptional

Start time of the source video/audio file.

end_timeintegerOptional

End time of the source video/audio file.

highest_resolutionbooleanOptional

Whether to use the highest resolution available.

drop_background_audiobooleanOptional

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_filterbooleanOptional

[BETA] Whether transcripts should have profanities censored with the words ‘[censored]’

Response

Successful Response

dubbing_idstring
expected_duration_secdouble