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-pro-image-to-video",
"callBackUrl": "https://your-domain.com/api/callback",
"progressCallBackUrl": "https://your-domain.com/api/v1/jobs/progressCallBackUrl",
"input": {
"prompt": "",
"image_urls": [],
"aspect_ratio": "landscape",
"n_frames": "10",
"size": "standard",
"remove_watermark": true,
"character_id_list": [
"example_123456789"
]
}
}'