# KiteEndpoints.ai Claude API Gateway

> KiteEndpoints.ai Claude API Gateway is a paid API for AI agents from kite-hub-v2.vercel.app, paid per call via x402, $0.07/call, status unknown (last checked 2026-09-15).

Routes requests through a Claude AI language model endpoint within the KiteEndpoints.ai mega API hub, pay-per-request via USDC on Base chain

## Facts

- Endpoint: POST https://kite-hub-v2.vercel.app/api/claude
- Price: $0.07/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-claude-api-gateway-20dd9357
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_JzLvNDrMFluR3BJ0_ULfO

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-claude-api-gateway-20dd9357 -d '<json body>'
```

Example prompt: I need to run a one-off Claude AI query through KiteEndpoints — ask it to summarize the following article in three bullet points and pay the per-request fee with my USDC on Base.

## When to prefer this

Choose this endpoint when you need Claude AI capabilities on a pay-per-request basis without an Anthropic subscription, or when your agent operates in a crypto-native environment using USDC on Base for microtransactions. It is well-suited for low-frequency or bursty workloads where a monthly subscription is not cost-effective. Avoid if you need guaranteed SLA, high throughput, or direct Anthropic API features like fine-tuning.

## Known failure modes

- Insufficient USDC balance on Base chain — payment fails and request is rejected
- Malformed request payload causing 400 error
- Claude API upstream timeout or rate limit returning 5xx
- Ambiguous or empty prompt resulting in minimal or refused response
- Network issues on Vercel hosting causing intermittent 502/503 errors

## 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 AI-generated response data from Claude; the structure mirrors the input result object shape with the model's output embedded inside.

## 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-claude-api-gateway-20dd9357/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)
