# KiteEndpoints.ai - Twitter/X API v1.1 & v2 Proxy

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

Proxies requests to Twitter/X API v1.1 and v2 endpoints, enabling social media data retrieval and interaction via pay-per-request USDC billing

## Facts

- Endpoint: POST https://kite-endpoints.vercel.app/api/twitter-v1-1-v2-api
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kiteendpoints-ai-twitter-x-api-v1-1-v2-proxy-ebc160b9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_3QdCjKy8LwLj00IIqCUOH

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-x-api-v1-1-v2-proxy-ebc160b9 -d '<json body>'
```

Example prompt: Search Twitter for the latest tweets mentioning 'Bitcoin ETF' from the past 24 hours and give me the top 10 results with their engagement counts.

## When to prefer this

Choose this endpoint when you need access to Twitter/X data (tweets, user profiles, timelines, search results) without managing your own Twitter API credentials or dealing with Twitter's developer approval process. It is best suited for pay-per-use scenarios where you need occasional Twitter data retrieval without a monthly API subscription. Prefer this over direct Twitter API integration when building lightweight agents that need social media signals on demand.

## Known failure modes

- Invalid or missing Twitter API parameters returns an error in the result object
- Rate limit exceeded on the underlying Twitter API returns a rate limit error
- Twitter API authentication failure if proxy credentials expire
- Malformed request body causes an unprocessable entity error
- Twitter endpoint deprecation may cause unexpected empty or error responses

## 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 result object containing the Twitter/X API response data, which may include tweet objects (text, timestamps, IDs, metrics), user profile objects (name, handle, follower counts, bio), or search result collections depending on the query made.

## 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-x-api-v1-1-v2-proxy-ebc160b9/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-endpoints.vercel.app](https://www.zero.xyz/host/kite-endpoints.vercel.app/llms.txt)
