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": "seedream-v5-lite",
"callBackUrl": "https://your-domain.com/api/callback",
"input": {
"prompt": "A clean mobile wallpaper of a glowing forest at midnight, soft mist, high detail",
"aspect_ratio": "9:16",
"seed": 12345,
"enable_safety_checker": true
}
}'{
"code": 200,
"msg": "success",
"data": {
"taskId": "task_seedream_lite_1765166238716"
}
}