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": "wan2.7-image-pro",
"prompt": "string",
"aspect_ratio": "1:1",
"size": "1K",
"thinking_mode": true,
"watermark": false,
"n": 1
}'{
"code": 200,
"message": "string",
"data": {
"task_id": "string"
}
}