Authorization: Bearer ********************{
"input":{
"video_id":"817062378705010764",
"video_url": "https://xxxxxxx.mp4",
"mode":"text2video",
"text":"Today's weather is very nice",
"voice_id":"girlfriend_1_speech02",
"voice_language":"zh"
}
}curl --location --request POST 'https://api.key4u.shop/kling/v1/videos/lip-sync' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"input":{
"video_id":"817062378705010764",
"video_url": "https://xxxxxxx.mp4",
"mode":"text2video",
"text":"Today'\''s weather is very nice",
"voice_id":"girlfriend_1_speech02",
"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
}
}