# Questflow OpenAI Image Generation

> Questflow OpenAI Image Generation is a paid API for AI agents from api.questflow.ai, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Generates high-quality images from text prompts using OpenAI's image generation models via the Questflow agent platform.

## Facts

- Endpoint: POST https://api.questflow.ai/x402/agent/qrn:agent:687df6abb234010b7d3318ae
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/questflow-6ae800f9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_sLT5xN-0eQ9gJms46BXrD

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-6ae800f9 -d '<json body>'
```

Example prompt: Generate a high-quality image of a futuristic cityscape at sunset with neon lights reflecting on rain-soaked streets, photorealistic style, using OpenAI's image generation.

## When to prefer this

Choose this endpoint when you need OpenAI-powered image generation specifically (as opposed to Replicate/Flux-based generation also available on Questflow). Prefer this when you want OpenAI's DALL-E quality and style characteristics, or when your workflow is already orchestrated through Questflow's agent platform and you want native integration.

## Known failure modes

- Invalid or missing text prompt returns an error
- Content policy violations in the prompt cause a rejection
- Insufficient USDC balance or payment failure prevents generation
- OpenAI API downstream errors cause generation failure
- Overly long or complex prompts may be truncated or rejected

## How this service works

Generate high-quality images using OpenAI. | Powered by Questflow

## Output

Returns a generated image (as a URL or binary data) created by OpenAI's image model based on the provided text prompt, at $0.10 USDC per call.

## 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-6ae800f9/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)
