# KiteEndpoints.ai - AI Text to Image

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

Generates images from text prompts using AI, returning image data via a pay-per-request model on Base chain with USDC

## Facts

- Endpoint: POST https://kite-endpoints.vercel.app/api/ai-text-to-image
- Price: $0.09/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-text-to-image-b11aff80
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_jiepNb_06kw5Y_1y1ajyC

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-text-to-image-b11aff80 -d '<json body>'
```

Example prompt: Generate an AI image of a futuristic neon-lit cityscape at night with flying cars and reflections on wet streets.

## When to prefer this

Choose this endpoint when you need quick, pay-per-request AI image generation without a subscription, especially in crypto-native or agentic workflows that already use USDC on Base chain. Ideal for agents that need occasional image generation without committing to a dedicated image generation API plan.

## Known failure modes

- Insufficient USDC balance or failed x402 payment — request rejected before processing
- Vague or ambiguous text prompt may produce low-quality or unexpected images
- Rate limiting or service unavailability on KiteEndpoints.ai platform
- No detailed error schema exposed — generic error response likely returned
- Prompt containing prohibited content may be rejected by underlying model

## 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 JSON object with a result field containing the generated image data (likely base64-encoded image or image URL), suitable for display or further processing by the calling agent.

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