# KiteEndpoints.ai AI Image Generation

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

Generates AI images from text prompts via a pay-per-request endpoint on the KiteEndpoints.ai hub

## Facts

- Endpoint: POST https://kite-solana.vercel.app/api/ai-image-gen
- Price: $0.12/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-e9b6432f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_rkmhu3qBj7h8GCbLK2ZoN

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

Example prompt: Generate an AI image of a serene mountain lake at sunset with dramatic orange and purple skies, photorealistic style.

## When to prefer this

Choose this endpoint when you need quick, pay-per-request AI image generation without a subscription, especially in agent workflows that already use USDC on Base chain for payments. Ideal for low-volume or sporadic image generation tasks where per-call pricing is more economical than a monthly plan.

## Known failure modes

- Insufficient USDC balance or payment failure resulting in 402 response
- Vague or empty prompt leading to generic or low-quality image output
- Content policy violation if prompt requests disallowed imagery
- Timeout if generation model is under heavy load
- Malformed input schema causing 400 bad request

## 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, typically as a base64-encoded image or image URL, depending on the underlying model's output format.

## 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-e9b6432f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-solana.vercel.app](https://www.zero.xyz/host/kite-solana.vercel.app/llms.txt)
