Authorization: Bearer ********************
{
"input":{
"task_id":"ClpejWduJGYAAAAAAN9B-w",
"video_id":"de1b86d9-8e40-4f1c-a6a5-6459f8eb42f2",
"mode":"text2video",
"text":"今天天气很好",
"voice_id":"girlfriend_1_speech02",
"voice_language":"zh"
}
}
curl --location --request POST 'https://api.ecovai.cn/kling/v1/videos/lip-sync' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"input":{
"task_id":"ClpejWduJGYAAAAAAN9B-w",
"video_id":"de1b86d9-8e40-4f1c-a6a5-6459f8eb42f2",
"mode":"text2video",
"text":"今天天气很好",
"voice_id":"girlfriend_1_speech02",
"voice_language":"zh"
}
}'
{
"error": {
"message": "string",
"type": "string",
"code": "string"
}
}