curl --location --request POST 'https://api.kie.ai/api/v1/jobs/createTask' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "infinitalk/from-audio",
"callBackUrl": "https://your-domain.com/api/callback",
"input": {
"image_url": "https://file.aiquickdraw.com/custom-page/akr/section-images/1757329269873ggqj2hz3.png",
"audio_url": "https://file.aiquickdraw.com/custom-page/akr/section-images/1757329255705mmqwrnri.mp3",
"prompt": "一位留着深色长发的年轻女性正在录制播客。",
"resolution": "480p"
}
}'