# KiteEndpoints.ai - Twitter v1/v2 API

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

Proxies Twitter/X API v1 and v2 endpoints, enabling retrieval of tweets, user data, timelines, and social metrics via a pay-per-request USDC gateway.

## Facts

- Endpoint: POST https://kite-hub-v2.vercel.app/api/twitter-v1v2
- Price: $0.2/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-twitter-v1-v2-api-5cd1c8ea
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_KAFs5gApKcoz8pQi7oFZ2

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-twitter-v1-v2-api-5cd1c8ea -d '<json body>'
```

Example prompt: Pull the last 10 tweets and follower count for the Twitter user @elonmusk using the KiteEndpoints Twitter API.

## When to prefer this

Choose this endpoint when you need Twitter/X data on a pay-per-request basis without managing your own Twitter developer credentials or monthly API subscription. Ideal for occasional or bursty Twitter data lookups where a full API subscription is not cost-effective.

## Known failure modes

- Invalid or suspended Twitter username returns 404 or empty result
- Rate limits on the underlying Twitter API may cause 429 errors
- Malformed request parameters result in API error response
- Insufficient USDC balance causes payment failure before request is processed
- Twitter API v1/v2 endpoint deprecation may cause unexpected failures

## 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 Twitter API response data including tweets, user profile fields, engagement metrics, or timeline entries depending on the specific Twitter endpoint queried.

## 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-twitter-v1-v2-api-5cd1c8ea/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)
