# KiteEndpoints.ai xAI API Proxy

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

Proxies requests to xAI (Grok) language model capabilities via a pay-per-request USDC gateway

## Facts

- Endpoint: POST https://kite-hub-v3.vercel.app/api/xai
- Price: $0.05/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-xai-api-proxy-bf675df5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_EhvMn8ah6aa0FbIjk9rZn

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-xai-api-proxy-bf675df5 -d '<json body>'
```

Example prompt: Use the xAI Grok endpoint on KiteEndpoints to generate a short marketing tagline for my product 'NovaPods' — wireless earbuds with 40-hour battery life — aimed at commuters.

## When to prefer this

Choose this endpoint when you need pay-per-request access to xAI's Grok model without committing to a subscription, especially when paying with USDC on Base chain is preferred or when aggregating multiple AI providers through a single hub is convenient.

## Known failure modes

- Insufficient USDC balance causes payment failure and 402 response
- Malformed prompt payload returns 400 bad request
- xAI upstream service downtime causes 502 or timeout
- Rate limiting by upstream xAI API returns throttle error
- Missing required model parameters returns validation error

## 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 containing the xAI/Grok model's response under a 'result' key with a 'data' field holding the generated or inferred text output from the model.

## 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-xai-api-proxy-bf675df5/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)
