Create Lip Sync Task
Kuaishou
kling-lip-sync
Create an asynchronous lip sync video generation task. The facial movements in the source video are re-animated to match the provided speech.
Prerequisite: call the identify-face endpoint first to obtain a session_id.
Two input modes are supported:
- Text mode — provide
text,voice_id, andvoice_language. The platform converts the text to speech using the specified voice and drives the lip movements. - Audio mode — provide
audio_url. The lip movements are driven directly by the supplied audio file.
After submission, poll GET /kling/v1/videos/advanced-lip-sync/{task_id} until status is succeeded.
POST
Create Lip Sync Task
Voice ID Reference
Browse all available voice IDs with audio previews to find the right value for the
voice_id parameter.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Response
Lip sync task created
Task ID
Example:
"task_abc123"
Task ID (same as id)
Example:
"task_abc123"
Example:
"video"
Example:
"kling-lip-sync"
Initially empty; poll the query endpoint for updates.
Example:
""
Progress 0–100
Example:
0
Unix timestamp
Example:
1773812605