resolution parameter.callBackUrl parameter to receive automatic notifications when generation completes, while still keeping GET /api/v1/jobs/recordInfo polling as a fallback.curl --location --request POST '/api/v1/jobs/createTask' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "seedance-1-5-pro-text-to-video",
"callBackUrl": "https://your-domain.com/api/callback",
"input": {
"prompt": "A person saying '\''Hello world'\'' while waving at the camera, bright studio lighting, natural camera movement",
"resolution": "720P",
"aspect_ratio": "widescreen_16_9",
"duration": 5,
"generate_audio": true,
"camera_fixed": false,
"seed": -1
}
}'{
"code": 200,
"msg": "success",
"data": {
"taskId": "task_seedance_15_pro_t2v_1765166238716"
}
}