# KiteEndpoints.ai - AI Image Generation

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

Generates AI-created images from a prompt or parameters via the KiteEndpoints Mega API Hub

## Facts

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

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

Example prompt: Generate an AI image of a futuristic cityscape at sunset with neon lights and flying cars, in a cinematic, detailed style.

## When to prefer this

Choose this endpoint when you need pay-per-request AI image generation without a subscription, especially when paying with USDC on Base chain via the x402 protocol. Suitable for agents that generate images occasionally and want micro-payment billing.

## Known failure modes

- Invalid or missing prompt leads to empty or error result
- Payment failure (insufficient USDC on Base chain) returns 402
- Prompt violates content policy resulting in rejection
- Upstream AI model unavailable causing service errors
- Malformed request body returns validation error

## 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 or base64-encoded image, 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-c02647e6/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-hub-v3.vercel.app](https://www.zero.xyz/host/kite-hub-v3.vercel.app/llms.txt)
