v1
latestOpenAPI 3.0.02026-07-265013.1 KBGenerate Image (Pro)
Submit NanoBanana Pro image generation task using the nano-banana-pro model.
Model Information
The nano-banana-pro model supports:
- High-quality text-to-image generation
- Image-to-image transformation
- Multiple aspect ratios and resolutions
- Batch image processing (up to 10 input images)
post/api/v1/nanobanana/generate-pro
Request body
Example request
{
"prompt": "A cute cat is eating.",
"imageUrls": [
""
],
"resolution": "2K",
"callBackUrl": "https://example-callback.com",
"aspectRatio": "16:9"
}Response
Request successful
Example response
{
"code": 200,
"message": "success",
"data": {
"taskId": "task_12345678"
}
}