# Questflow AI Image Editing (nano-banana)

> Questflow AI Image Editing (nano-banana) is a paid API for AI agents from api.questflow.ai, paid per call via x402, $0.5/call, status unknown (last checked 2026-09-14).

Edits and transforms images using text prompts with consistent character editing and scene preservation powered by an advanced model claimed to surpass Flux Kontext.

## Facts

- Endpoint: POST https://api.questflow.ai/x402/swarm/qrn:swarm:68b6da31e4052a39ce9b2410
- Price: $0.5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/questflow-9b66c518
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_qaEjPOUwihvJYSso7qZU6

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability questflow-9b66c518 -d '<json body>'
```

Example prompt: Take this image of a woman in a red dress and change her outfit to a blue suit while keeping the background and her face exactly the same.

## When to prefer this

Choose this endpoint when you need text-prompt-driven image editing with strong character consistency and scene preservation — particularly for portrait or character-focused edits. Prefer it over generic image generation endpoints when the goal is to modify an existing image rather than generate from scratch, and when maintaining identity or background coherence is critical.

## Known failure modes

- Invalid or missing image input returns an error
- Text prompt too vague or contradictory may produce unexpected edits
- Payment of $0.5 USDC not provided or declined results in 402 response
- Model may fail to preserve scene elements if prompt conflicts with image content
- Unsupported image format or oversized image may cause rejection

## How this service works

Transform any image with simple text prompts. Nano-banana's advanced model delivers consistent character editing and scene preservation that surpasses Flux Kontext. Experience the future of AI image editing. | Powered by Questflow

## Output

Returns a transformed image where the specified edits from the text prompt have been applied, with consistent character features and scene elements preserved where instructed.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "string",
   "description": "Your message to the agent"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "response": {
  "type": "string",
  "required": true,
  "description": "Response from the agent"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/questflow-9b66c518/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.questflow.ai](https://www.zero.xyz/host/api.questflow.ai/llms.txt)
