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": "宁静的海滩日落景色,海浪轻柔地拍打着岸边,棕榈树在微风中摇曳,海鸥飞过橙色的天空",
"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
}
}'