GET /api/v1/jobs/recordInfo?taskId=... to retrieve progress and final results.callBackUrl so LiangXin can notify your server when generation completes.curl --location --request POST '/api/v1/jobs/createTask' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "seedream-v4-5",
"callBackUrl": "https://your-domain.com/api/callback",
"input": {
"prompt": "A cinematic product photo of a premium tea bottle on a stone table, natural morning light",
"aspect_ratio": "widescreen_16_9"
}
}'{
"code": 200,
"msg": "success",
"data": {
"taskId": "task_seedream-v4-5_1777600000000"
}
}