curl --location --request POST 'https://api.cometapi.com/kling/v1/videos/avatar/image2video' \
--header 'Authorization: {{api-key}}' \
--header 'Content-Type: application/json' \
--data-raw '//Please complete the speech synthesis task first to obtain the audio ID and task ID.
{
"image": "https://cc.tvbs.com.tw/portal/images/2018/anchor21.jpg",
"audio_id": "812407630102282296",
"task_id": "812407630098071561",
"prompt": "Walk and talk",
"mode": "pro"
}'{}