POST
/
lipdub
/
submit
curl --request POST \
  --url https://api.captions.ai/api/lipdub/submit \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "audioUrl": "<string>",
  "videoUrl": "<string>"
}'
{
  "operationId": "<string>"
}

Authorizations

x-api-key
string
header
required

Body

application/json
audioUrl
string
required

Public direct link to the audio file.

videoUrl
string
required

Public direct link to the video file.

Response

200
application/json
Lipdub video generation process started.
operationId
string