AI Nano Banana EditAPI
Google's state-of-the-art image generation and editing model. Transform and edit images based on reference photos and text prompts.
photo editing~11 credits/callv1.0.0
Endpoint
POST https://backend.aaddyy.com/api/ai/nano-banana
Authentication
Authorization: Bearer YOUR_API_KEY
Parameters
Required
promptstringrequiredimage_urlsarrayrequiredOptional
num_imagesintegeraspect_ratiostringoutput_formatstringsync_modelimit_generationsExample Request
curl -X POST https://backend.aaddyy.com/api/ai/nano-banana \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"prompt": "A serene mountain landscape at sunset",
"image_urls": "example_image_urls",
"num_images": 1
}'Request Body
{
"prompt": "A serene mountain landscape at sunset",
"image_urls": "example_image_urls",
"num_images": 1
}Example Response
{
"success": true,
"message": "AI Nano Banana Edit completed successfully",
"timestamp": "2026-04-01T21:50:00.222Z",
"requestId": "req_tr84s9csr",
"data": {
"cost": 0.11,
"remainingCredits": 9.95
}
}SDK
import { AADDYY } from 'aaddyy'
const client = new AADDYY()
const result = await client._request('POST', '/api/ai/nano-banana', {
"prompt": "A serene mountain landscape at sunset",
"image_urls": "example_image_urls",
"num_images": 1
})Install: npm install aaddyy
Pricing
~11 credits (~$0.11) per request
Rate Limits
15 requests per 1m
Burst: 3