cURL
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>" }
Begins the Lipdub video generation process.
Public direct link to the audio file.
Public direct link to the video file.
Lipdub video generation process started.
Was this page helpful?