callback_url parameter to receive automatic notifications upon generation completion instead of polling the status endpoint.curl --location --request POST 'https://api.apipod.ai/v1/images/generations' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "seedream-5.0-lite",
"prompt": "string",
"aspect_ratio": "1:1",
"callback_url": "string",
"quality": "2K"
}'{
"code": 200,
"message": "string",
"data": {
"task_id": "string"
}
}