curl --location --request POST 'https://api.deerapi.com/kling/v1/videos/lip-sync' \
--header 'Authorization: Bearer {{api-key}}' \
--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"
}
}'
{
"code": 0,
"message": "string",
"request_id": "string",
"data": {
"task_id": "string",
"task_status": "string",
"created_at": 1722769557708,
"updated_at": 1722769557708
}
}