v1

latestOpenAPI 3.0.22026-07-24296786.1 KB
Dubbing

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

targetLanguagesDubbingOutputLanguage[] required

The languages to dub the source media asset to.

lipsyncEnabledboolean

Whether to enable lipsync for the dubbed video.

videoDuration'adaptive' | 'original'

The duration of the video to create.

visibility'private' | 'public'

The visibility of the dubbed video.

Example request

{
  "targetLanguages": [
    "es-ES",
    "fr-FR"
  ],
  "lipsyncEnabled": true,
  "videoDuration": "adaptive",
  "visibility": "private"
}

Response

Successfully scheduled dubbing for provided locales.