Walkthroughs
Translate Video
This guide will walk you through the steps to translate any video with perfect lip synchronization fully through the API.
Prerequisites
- You have an API key. If not, you can get one by contacting us.
- You have python installed on your machine along with the
requests
library
Step 1: Create a video resource
This is the video you want to translate. If the file is larger than 5MB,
follow the Upload Large Resources guide
and note the resource_id
. If not, you can
upload it directly.
Step 2: Submit a translation request
Python
Step 3: Poll for the status and download the video
Python
Was this page helpful?