# KiteEndpoints.ai Twitter API v24

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

Fetches or interacts with Twitter/X data via KiteEndpoints.ai's hosted Twitter API proxy endpoint (version 24)

## Facts

- Endpoint: POST https://kite-hub-v2.vercel.app/api/twitter-v24
- Price: $0.07/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-v24-9dcbbebf
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_BEFU5vKoPrivqOQ7Vi8xD

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-v24-9dcbbebf -d '<json body>'
```

Example prompt: Pull the latest tweets and profile data from the Twitter/X account @elonmusk using the KiteEndpoints Twitter proxy — I need recent post activity and follower count.

## When to prefer this

Use this endpoint when you need to access Twitter/X data without managing your own Twitter API credentials, and you prefer pay-per-request USDC billing on Base chain rather than a subscription. Ideal for agents that occasionally query Twitter data without committing to a monthly API tier.

## Known failure modes

- Invalid or missing Twitter query parameters returns empty or error result object
- Insufficient USDC balance causes payment failure and no response
- Rate limiting on the underlying Twitter API may result in delayed or failed responses
- Malformed request body returns a generic API error
- Twitter API changes may cause versioned endpoint (v24) to return unexpected schema

## 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 Twitter/X API response data such as tweets, user profiles, search results, or metrics depending on the query parameters passed in the request body.

## 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-v24-9dcbbebf/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)
