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

Generates images from text prompts using AI, accessible via pay-per-request USDC micropayments on Base chain

## Facts

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

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

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

## When to prefer this

Choose this endpoint when you need a pay-per-request AI image generation capability without a subscription, and you are operating in a crypto-native or x402 payment context on Base chain. Useful for agents that need occasional image generation without committing to a monthly API plan. Avoid if you need guaranteed SLA, known model provenance, detailed error reporting, or structured input/output schemas.

## Known failure modes

- Insufficient USDC balance or failed x402 payment — request rejected before processing
- Vague or policy-violating prompt — generation may fail or return an error
- Unknown underlying model errors — generic error wrapped in result object
- No schema validation on input means malformed requests may silently fail
- Rate limiting or quota exceeded on the underlying image generation provider

## 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 image data (likely a URL or base64-encoded image) generated from the provided text prompt. The exact image format and resolution are not documented in the available schema.

## 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-8ceda1bc/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)
