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-storyboard",
"callBackUrl": "https://your-domain.com/api/callback",
"input": {
"n_frames": "15",
"image_urls": [
"https://file.aiquickdraw.com/custom-page/akr/section-images/1760776438785hyue5ogz.png"
],
"aspect_ratio": "landscape",
"shots": [
{
"Scene": "A cute fluffy orange-and-white kitten wearing orange headphones, sitting at a cozy indoor table with a small slice of cake on a plate, a toy fish and a silver microphone nearby, warm soft lighting, cinematic close-up, shallow depth of field, gentle ASMR atmosphere.",
"duration": 7.5
},
{
"Scene": "The same cute fluffy orange-and-white kitten wearing orange headphones, in the same cozy indoor ASMR setup with the toy fish and microphone, the cake now finished, the kitten gently licks its lips with a satisfied smile, warm ambient lighting, cinematic close-up, shallow depth of field, calm and content mood.",
"duration": 7.5
}
]
}
}'