# KiteEndpoints.ai AI Chat

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

Sends a message to an AI chat endpoint hosted on the KiteEndpoints.ai Mega API Hub, returning a conversational AI-generated response.

## Facts

- Endpoint: POST https://kite-hub-v3.vercel.app/api/ai-chat
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kiteendpoints-ai-ai-chat-73bc0ce7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_30aAm5DKZhymbCfMZGddz

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-chat-73bc0ce7 -d '<json body>'
```

Example prompt: Can you ask the KiteEndpoints.ai chat API — the one that takes USDC on Base — what the capital of France is, and tell me what it says back?

## When to prefer this

Choose this endpoint when you want AI chat capability on a true pay-per-request basis using USDC on Base chain with no subscription required, and you are already integrated with the x402 payment protocol or KiteEndpoints.ai hub ecosystem.

## Known failure modes

- Payment not received or insufficient USDC — returns 402 Payment Required
- Malformed input object — returns 400 Bad Request
- Upstream AI provider unavailable — returns 502 or 503
- Rate limit exceeded — returns 429 Too Many Requests
- Invalid or expired payment authorization — returns 401 Unauthorized

## 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' property containing the AI's response data, typically a conversational reply or answer to the submitted query.

## 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-chat-73bc0ce7/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)
