Nano Banana Edit Image Editing
Image Generation - Nano Banana
Nano Banana Edit
Edit images using Nano Banana Edit model (async)
POST
Nano Banana Edit Image Editing
Edit images using Google DeepMind’s Nano Banana model.
Key Features:
- Natural Language Editing - Describe modifications through text instructions
- Local Modifications - Precisely edit specific areas of images
- Style Adjustments - Support image style and effect adjustments
- Fast Processing - Quick editing based on Gemini architecture
Authorizations
Please use your API Token for authentication
Body
application/json
Task parameters
Image URL list (required) - Input image list for editing, max 10 images
Required array length:
1 - 10 elementsExample:
[
"https://storage.googleapis.com/falserverless/example_inputs/nano-banana-edit-input.png"
]Prompt (required, max 5000 characters) - Text description for image editing
Required string length:
1 - 5000Example:
"turn this photo into a character figure. Behind it, place a box with the character's image printed on it"
Image size (optional, default 1:1) - Image aspect ratio
Available options:
1:1, 9:16, 16:9, 3:4, 4:3, 3:2, 2:3, 5:4, 4:5, 21:9, auto Example:
"1:1"
outputformat(optional)- imageoutputformat
Available options:
png, jpeg Example:
"png"
Response
OK
Task ID
Example:
"01234567-89ab-cdef-0123-456789abcdef"