v1
latestOpenAPI 3.0.02026-07-265013.1 KBGenerate Image (Nanobanana 2)
post/api/v1/nanobanana/generate-2
Request body
Example request
{
"prompt": "a happy dog running in the park",
"imageUrls": [],
"aspectRatio": "auto",
"resolution": "1K",
"googleSearch": false,
"outputFormat": "jpg",
"callBackUrl": "https://example-callback.com"
}Response
Request successful
Example response
{
"code": 200,
"message": "success",
"data": {
"taskId": "task_12345678"
}
}