v1
latestOpenAPI 3.0.1MIT2026-07-2638658.5 KBVideo
Create lip sync video task
Submit a video URL and an audio URL to create a lip sync task. Use the returned task ID to poll for processing status and results.
post/v2/create_lip_sync_video
Request body
Example request
{
"video_url": "https://res.jogg.ai/source-video.mp4",
"audio_url": "https://res.jogg.ai/source-audio.wav",
"playback_type": "normal"
}Response
Success
Example response
{
"msg": "Success",
"data": {
"task_id": "3d5c6930-d0da-4f7b-826e-cd1530f6734f",
"status": "pending"
}
}