# KiteEndpoints.ai - Twitter API Endpoint #135

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

Proxies a Twitter/X social media data request through KiteEndpoints.ai's mega API hub with pay-per-request USDC billing

## Facts

- Endpoint: POST https://kite-hub-v3.vercel.app/api/twitter135
- Price: $0.05/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-api-endpoint-135-8a9b415d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_LL27OANtyKC4wzN3MrcYZ

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-api-endpoint-135-8a9b415d -d '<json body>'
```

Example prompt: Pull Twitter/X data for me using KiteEndpoints API endpoint 135 — I need the result object back and I'll pay the $0.05 USDC per-request fee on Base chain.

## When to prefer this

Use this endpoint when you need programmatic access to Twitter/X data and want to pay per-request in USDC on Base chain without managing your own Twitter API credentials or subscriptions. Prefer it for low-volume, on-demand Twitter lookups where a pay-as-you-go model is more cost-effective than a subscription.

## Known failure modes

- Insufficient USDC balance for payment — payment rejected before request is processed
- Invalid or missing request payload — endpoint returns error with no result data
- Twitter/X upstream API rate limit or downtime — proxied request fails with upstream error
- Malformed input schema — request body does not conform to expected object structure
- Payment transaction failure on Base chain — x402 payment header rejected

## 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

A JSON object with a 'result' field containing the Twitter/X API response data for the requested query.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## 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-api-endpoint-135-8a9b415d/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)
