cURL
curl --request POST \ --url https://api.captions.ai/api/translate/submit \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "videoUrl": "<string>", "sourceLanguage": "<string>", "targetLanguage": "<string>" }'
{ "operationId": "<string>" }
Begins the video translation process.
Video translation process started.
The response is of type object.
object
Was this page helpful?