curl --location --request POST 'https://api.kie.ai/api/v1/jobs/createTask' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "wan/2-2-a14b-speech-to-video-turbo",
"callBackUrl": "https://your-domain.com/api/callback",
"input": {
"prompt": "这位女士正在说话",
"image_url": "https://file.aiquickdraw.com/custom-page/akr/section-images/1756797663082u4pjmcrq.png",
"audio_url": "https://file.aiquickdraw.com/custom-page/akr/section-images/17567977044127d1emlmc.mp3",
"num_frames": 80,
"frames_per_second": 16,
"resolution": "480p",
"negative_prompt": "",
"num_inference_steps": 27,
"guidance_scale": 3.5,
"shift": 5,
"enable_safety_checker": true
}
}'