curl --location --request POST 'https://api.cometapi.com/kling/v1/videos/advanced-lip-sync' \
--header 'Authorization: {{api-key}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"session_id": "806556222048190514",
"face_choose": [
{
"face_id": "0",
"sound_file": "https://cdn1.suno.ai/e5c97078-3260-4354-a3a6-1d7249262a48.mp3",
"sound_start_time": "1200",
"sound_end_time": "5000",
"sound_insert_time": "0"
}
]
}'{}