# KiteEndpoints.ai - AI Image Generation

> KiteEndpoints.ai - AI Image Generation is a paid API for AI agents from kite-hub-v2.vercel.app, paid per call via x402, $0.11/call, status unknown (last checked 2026-09-13).

Generates AI images from a text prompt, returning image data via a pay-per-request API on the Base blockchain.

## Facts

- Endpoint: POST https://kite-hub-v2.vercel.app/api/ai-image
- Price: $0.11/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kiteendpoints-ai-ai-image-generation-2f7e530a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_nwRlTr9KeUovUJNKYiru3

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 kiteendpoints-ai-ai-image-generation-2f7e530a -d '<json body>'
```

Example prompt: Can you generate an AI image of a futuristic cityscape at sunset with neon lights reflecting on wet streets?

## When to prefer this

Choose this endpoint when you need quick, pay-per-use AI image generation without committing to a subscription, and you are already set up to pay with USDC on the Base chain. It is convenient within the KiteEndpoints.ai ecosystem if you are already using other endpoints in the hub.

## Known failure modes

- Vague or missing prompt may result in generic or poor-quality output
- Model may refuse prompts containing prohibited or sensitive content
- API may return an error if USDC payment is insufficient or wallet is not configured
- Response schema is minimal and undocumented, so output format may vary
- High-traffic periods may cause timeouts or degraded quality

## How this service works

400+ paid API endpoints. Social media, AI, crypto, finance, weather, ecommerce, tools. Pay per request with USDC on Base chain.

## Output

Returns a result object containing the generated image data (likely as a URL, base64 string, or binary reference) wrapped in a standard result envelope.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/kiteendpoints-ai-ai-image-generation-2f7e530a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-hub-v2.vercel.app](https://www.zero.xyz/host/kite-hub-v2.vercel.app/llms.txt)
