curl --location --request POST 'https://api.kie.ai/api/v1/jobs/createTask' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "kling/ai-avatar-pro",
"callBackUrl": "https://your-domain.com/api/callback",
"input": {
"image_url": "https://file.aiquickdraw.com/custom-page/akr/section-images/175792685809077e8h8k3.png",
"audio_url": "https://file.aiquickdraw.com/custom-page/akr/section-images/1757925802302srqfkcqh.mp3",
"prompt": ""
}
}'{
"code": 200,
"msg": "success",
"data": {
"taskId": "task_kling_1765186008504"
}
}