Authorization: Bearer ********************
{
"session_id": "800166532290183173",
"face_choose": [
{
"face_id": "0",
"sound_file": "https://cdn1.suno.ai/e5c97078-3260-4354-a3a6-1d7249262a48.mp3",
"sound_start_time": "1200",
"sound_end_time": "2000",
"sound_insert_time": "0"
}
]
}
curl --location -g --request POST '/kling/v1/videos/advanced-lip-sync' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"session_id": "800166532290183173",
"face_choose": [
{
"face_id": "0",
"sound_file": "https://cdn1.suno.ai/e5c97078-3260-4354-a3a6-1d7249262a48.mp3",
"sound_start_time": "1200",
"sound_end_time": "2000",
"sound_insert_time": "0"
}
]
}'
{
"code": 0,
"message": "SUCCEED",
"request_id": "69775546-774a-421e-b772-73df289756ba",
"data": {
"task_id": "800190396352561250",
"task_status": "submitted",
"created_at": 1758808776092,
"updated_at": 1758808776092
}
}