POST
/
translate
/
submit
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>"
}

Authorizations

x-api-key
string
header
required

Body

application/json
videoUrl
string
required

Public direct link to the video.

sourceLanguage
string
required

Language spoken in the original video.

targetLanguage
string
required

Desired translation language.

Response

200
application/json
Video translation process started.
operationId
string