# 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.12/call, status unknown (last checked 2026-09-15).

Generates images from text prompts via a pay-per-request API on the Base blockchain

## Facts

- Endpoint: POST https://kite-hub-v3.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-c730d487
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_PWCcqwKsxmbN5iVtT9-hW

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

Example prompt: Generate an AI image of a futuristic cityscape at sunset with neon lights reflecting off wet streets, in a cyberpunk style.

## When to prefer this

Choose this endpoint when you need a pay-per-request AI image generation capability billed in USDC on the Base chain, without a subscription commitment. It is part of a large multi-category API hub, so it may be convenient if you are already using other KiteEndpoints services. Avoid if you need strongly-typed input schemas, guaranteed uptime SLAs, or a specific known image model.

## Known failure modes

- Insufficient USDC balance or failed x402 payment results in 402 Payment Required
- Vague or policy-violating prompts may return an error or empty result
- No input schema fields are formally defined beyond a generic result object, so parameter handling is opaque
- Service may be unavailable if the Vercel deployment is down or cold-starting
- Underlying image model quota or rate limit may cause failures

## 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 generated image data, likely as a URL or base64-encoded image, wrapped in a standard result envelope from the KiteEndpoints hub.

## 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-c730d487/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)
