v1
latestOpenAPI 3.0.22026-07-24296786.1 KBDubbing
Create a dubbing project from an uploaded video asset
Use this endpoint to create a dubbing project from an uploaded video asset. Currently only S3 signed URLs are supported (using other URLs will return a 501 error)
post/v2/dubbing
Request body
Example request
{
"title": "My dubbed video",
"targetLanguages": [
"es-ES",
"fr-FR"
],
"lipsyncEnabled": true,
"videoDuration": "adaptive",
"visibility": "private",
"sourceAssetId": "<uuid>"
}Response
Accepted - Dubbing project created successfully.