{
"input": {
"video_id": "de1b86d9-8e40-4f1c-a6a5-6459f8eb42f2",
"video_url": "https://xxxxxxx.mp4",
"mode": "text2video",
"text": "今天天气很好",
"voice_id": "girlfriend_1_speech02",
"voice_language": "zh"
}
}curl --location --request POST 'https://api.aiznt.com/kling/v1/videos/lip-sync' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"input": {
"video_id": "de1b86d9-8e40-4f1c-a6a5-6459f8eb42f2",
"video_url": "https://xxxxxxx.mp4",
"mode": "text2video",
"text": "今天天气很好",
"voice_id": "girlfriend_1_speech02",
"voice_language": "zh"
}
}'{"error":{"message":"无效的令牌 (request id: 20251117160719882827300hDNrvrs2)","type":"new_api_error"}}