NanoBanana
A lightweight and fast image manipulation model. Add objects, change styles, or transform scenes via text prompts.
Endpoint
POST https://z.os7.site/api/generative/nanobanana
Request Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
apikey | string | Yes | Your secret Zapi API key. |
prompt | string | Yes | Instruction to transform the image. |
imageUrl | string | Yes | The public URL of the source image to edit. |
Example Request
curl -X POST https://z.os7.site/api/generative/nanobanana \
-H "Content-Type: application/json" \
-d '{
"apikey": "zp_your_secret_api_key",
"prompt": "Make it look like a watercolor painting",
"imageUrl": "https://example.com/source-image.jpg"
}' \
--output result.pngLast updated on