v1
latestOpenAPI 3.0.22026-07-24296786.1 KBDubbing
Add locales to a a dubbing project (original imported video)
Add the passed target locales to a dubbing project (original imported video). If a target locale is already added, it will be skipped.
put/v2/dubbing/{dubbing_project_id}
Path parameters
dubbing_project_idstring uuid required
UUID of the dubbing project (original imported video)
Request body
Example request
{
"targetLanguages": [
"es-ES",
"fr-FR"
],
"lipsyncEnabled": true,
"videoDuration": "adaptive",
"visibility": "private"
}Response
Successfully scheduled dubbing for provided locales.