curl --location --request POST 'https://api.kie.ai/api/v1/jobs/createTask' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "bytedance/seedance-1.5-pro",
"callBackUrl": "https://your-domain.com/api/callback",
"input": {
"prompt": "A serene beach at sunset with waves gently crashing on the shore, palm trees swaying in the breeze, and seagulls flying across the orange sky",
"input_urls": [
"https://file.aiquickdraw.com/custom-page/akr/section-images/example1.png"
],
"aspect_ratio": "1:1",
"resolution": "720p",
"duration": 8,
"fixed_lens": false,
"generate_audio": false
}
}'