Create Lipsync
Create a new lipsync video by providing a video URL and an audio URL. The service will synchronize the speaker’s mouth movements with the provided audio.
Authorizations
Body
A direct link to the video that will be modified. This should be a publicly accessible / presigned S3 URL.
"https://example.com/video.mp4"
A direct link to the audio file that will be synchronized with the video. This should be a publicly accessible / presigned S3 URL.
"https://example.com/audio.mp3"
An optional name for the lipsync video.
"My Lipsync Video"
A url that will receive a callback on completion of the lipsync or on error.
"https://your-callback-url.com"
Response
A unique identifier for the lipsync request.
"wf85407a7ba9d"
The name of the lipsync request.
"My Lipsync Video"
The status of the lipsync request.
"started"
The callback URL that will receive notifications about the lipsync request.
"https://your-callback-url.com"
Legacy field - will be removed soon. Use lipsync_id instead.
"wf85407a7ba9d"
Legacy field - will be removed soon. Use lipsync_name instead.
"My Lipsync Video"