# KiteEndpoints.ai - Twitter v1.1 / v2 API

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

Proxies Twitter/X API v1.1 and v2 endpoints, enabling social data retrieval and interaction via a pay-per-request USDC gateway

## Facts

- Endpoint: POST https://kite-hub-v2.vercel.app/api/twitter-v1-1-v2-api
- Price: $0.08/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-1-v2-api-a547c911
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_YzswUR7YuVSiWpBIfNLCG

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-1-v2-api-a547c911 -d '<json body>'
```

Example prompt: Can you pull the latest 10 tweets from @elonmusk's timeline using the Twitter v2 API and show me the text and engagement stats for each?

## When to prefer this

Use this endpoint when you need access to Twitter/X data without managing your own Twitter API credentials or developer account. Ideal for agents that need occasional Twitter lookups on a pay-per-use basis rather than a committed subscription. Choose this over direct Twitter API integration when you want instant access paid in USDC on Base chain with no setup overhead.

## Known failure modes

- Invalid or missing Twitter API parameters return an error response
- Rate limits on the underlying Twitter API may cause failures
- Invalid tweet ID or user handle results in a not-found error
- Payment failure (insufficient USDC) blocks the request before it reaches Twitter
- Twitter API version mismatch (v1.1 vs v2 endpoint path) may return unexpected data structures

## 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 raw Twitter API response data — typically tweet objects, user objects, or timeline arrays depending on the query parameters passed.

## 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-1-v2-api-a547c911/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)
