v1

latestOpenAPI 3.0.22026-07-24296786.1 KB
Dubbing

Get dubbing project status and videos

Retrieve the status of a dubbing project and its dubbed videos. Status values: - uploading: The source video is still being uploaded/processed (only for projects created via sourceVideoUrl) - in_progress: Dubbing is in progress - complete: All dubbing is complete - error: An error occurred during dubbing Response varies by status: - UPLOADING: Returns only id and status - IN_PROGRESS/COMPLETE: Returns id, status, and dubbedAssets array - ERROR: Returns id, status, and errorCode Dubbed asset status: - IN_PROGRESS: Returns minimal data (id, language, status) - COMPLETE: Returns full data including download URLs - ERROR: Returns minimal data plus errorCode

get/v2/dubbing/{dubbing_project_id}

Path parameters

dubbing_project_idstring uuid required

UUID of the dubbing project (original imported video)

Query parameters

targetLanguagesstring[]

Optional list of language codes to filter dubbed videos (e.g., es, fr, de)

Response

Successfully retrieved dubbing project status

OR
OR
OR