Create lip sync video task
Video
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
Create lip sync video task
Submit a source video URL and a source audio URL to create a lip sync video task.Documentation Index
Fetch the complete documentation index at: https://docs.jogg.ai/llms.txt
Use this file to discover all available pages before exploring further.
Example Usage
Related Guides
Get Lip Sync Task Status
Check task processing status and results
Authorizations
API key for authentication. Obtain your key from the JoggAI dashboard.
Body
application/json
Source video URL
Example:
"https://res.jogg.ai/source-video.mp4"
Source audio URL
Example:
"https://res.jogg.ai/source-audio.wav"
Playback strategy when source video is shorter than audio
Available options:
normal, normal_reverse, normal_reverse_by_audio Example:
"normal"
Response
200 - application/json
Success

