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

> KiteEndpoints.ai - Twitter v1.1 & v2 API 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-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-v3.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-90dacae9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ZggkWIuLBq7gx9ExR0A-0

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-90dacae9 -d '<json body>'
```

Example prompt: Can you pull the latest 20 tweets from @elonmusk's timeline using the Twitter API and show me the text, likes, and retweet counts for each?

## When to prefer this

Choose this endpoint when you need programmatic access to Twitter/X data — user profiles, tweets, timelines, or search results — without managing your own Twitter developer credentials. It is especially useful for agents that need on-demand, pay-per-use Twitter lookups without monthly subscription overhead, and when both v1.1 and v2 API compatibility matters.

## Known failure modes

- Invalid or suspended Twitter user handle returns empty or error response
- Twitter API rate limits exceeded, resulting in 429-equivalent error
- Malformed tweet ID causes lookup failure
- Requested Twitter endpoint not supported by this proxy
- Authentication or USDC payment failure blocks the request

## 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' key containing the Twitter API response data — which may include tweet objects (text, created_at, metrics), user profile objects (followers_count, description, verified status), or search result arrays depending on the queried endpoint.

## 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-90dacae9/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)
