v1
latestOpenAPI 3.0.22026-07-24296786.1 KBGet 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
Path parameters
UUID of the dubbing project (original imported video)
Query parameters
Optional list of language codes to filter dubbed videos (e.g., es, fr, de)
Response
Successfully retrieved dubbing project status