Dub video
dub_videoRemake a video ad's voiceover into another language. Submit the source video URL and target language to receive a localized video with re-voiced and re-muxed audio.
Instructions
Remake a finished video ad's voiceover in another language (translated script, re-voiced, re-muxed). Paid; returns the served URL of the localized video.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| video | Yes | the source video URL | |
| script | No | the original spoken script if known — improves translation fidelity | |
| language | Yes | target language, e.g. 'Spanish', 'de', 'French (Canada)' |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| raw | No | the raw job result payload (e.g. images[] for carousel template ads) | |
| url | No | the served URL of the finished media (absent/null while still rendering) | |
| jobId | No | the render job id — poll get_job with this id to resume or inspect | |
| model | No | the product-facing label of the model that rendered it | |
| stillRendering | No | true when the render is still in progress — keep polling get_job with jobId |