Authorization: Bearer ********************curl --location 'https://witlark.com/kling/v1/videos/lip-sync' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"input": {
"video_id": "string",
"video_url": "string",
"mode": "std",
"text": "string",
"voice_id": "string",
"voice_language": "zh"
}
}'{
"code": 0,
"message": "SUCCEED",
"request_id": "38905f60-e76c-4f77-adb3-867a5b67d41e",
"data": {
"task_id": "817067112967086149",
"task_status": "submitted",
"created_at": 1762832498885,
"updated_at": 1762832498885
}
}