# KiteEndpoints.ai - Twitter Enterprise API

> KiteEndpoints.ai - Twitter Enterprise API is a paid API for AI agents from kite-endpoints.vercel.app, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-13).

Provides enterprise-grade Twitter/X data access including advanced tweet search, user analytics, and social intelligence via a pay-per-request model on Base chain.

## Facts

- Endpoint: POST https://kite-endpoints.vercel.app/api/twitter-enterprise
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kiteendpoints-ai-twitter-enterprise-api-6415f35a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_AA976d-DAwS_ASMKTczaK

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-enterprise-api-6415f35a -d '<json body>'
```

Example prompt: Pull the last 50 tweets from @elonmusk along with their engagement metrics — likes, retweets, and replies — so I can analyze his recent activity.

## When to prefer this

Choose this endpoint when you need enterprise-tier Twitter/X data access — especially for high-volume queries, advanced search, or detailed analytics — without managing your own Twitter developer credentials. Ideal for agents that need social media intelligence as part of a broader automated workflow and prefer pay-per-request pricing over a monthly subscription.

## Known failure modes

- Invalid or suspended Twitter username returns an error or empty result
- Rate limits exceeded on the underlying Twitter Enterprise API may cause failures
- Tweets from protected/private accounts are inaccessible
- Malformed or overly broad search queries may return empty results
- Network or upstream Twitter API downtime causes 5xx errors
- Insufficient USDC balance triggers payment failure before request is processed

## 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 structured Twitter/X data including tweet content, user profile information, engagement metrics (likes, retweets, replies), timestamps, and other social metadata depending on the query type.

## 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-enterprise-api-6415f35a/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)
