curl --location --request POST 'https://api.kie.ai/api/v1/jobs/createTask' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "sora-2-image-to-video",
"callBackUrl": "https://your-domain.com/api/callback",
"progressCallBackUrl": "https://your-domain.com/api/v1/jobs/progressCallBackUrl",
"input": {
"prompt": "A claymation conductor passionately leads a claymation orchestra, while the entire group joyfully sings in chorus the phrase: “Sora 2 is now available on Kie AI.",
"image_urls": [
"https://file.aiquickdraw.com/custom-page/akr/section-images/17594315607644506ltpf.jpg"
],
"aspect_ratio": "landscape",
"n_frames": "10",
"remove_watermark": true,
"character_id_list": [
"example_123456789"
]
}
}'