How to Build an Image Generation and Editing Workflow with the Nano Banana Images API
Most image features start simple: send a prompt, get a picture back. The complexity arrives when you need the same endpoint to support both first-time generation and edits based on one or more reference images. The Nano Banana Images API gives you that shape in a compact interface: one endpoint, two actions, and a response that is easy to track in a product workflow. What you can do The API described in the Ace Data Cloud documentation supports two core operations through POST /nano-banana/images : action: "generate" creates images from a text prompt . action: "edit" edits or combines existing images using image_urls plus a text prompt . count requests 1–4 images and defaults to 1. callback_url can be used when you prefer asynchronous completion through a webhook. This makes the API useful for builder-facing tasks such as product mockups, avatar variations, creative asset workflows, visual A/B test candidates, and reference-image edits wh...