callBackUrl parameter to receive automatic notifications when generation completes, rather than polling the status endpoint.curl --location --request POST 'https://api.kie.ai/api/v1/jobs/createTask' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "google/nano-banana",
"callBackUrl": "https://your-domain.com/api/callback",
"input": {
"prompt": "A surreal painting of a giant banana floating in space, stars and galaxies in the background, vibrant colors, digital art",
"output_format": "png",
"image_size": "1:1"
}
}'{
"code": 200,
"msg": "success",
"data": {
"taskId": "task_google_1765178608584"
}
}