Skip to Content

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

ParameterTypeRequiredDescription
apikeystringYesYour secret Zapi API key.
promptstringYesInstruction to transform the image.
imageUrlstringYesThe 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.png
Last updated on