# KiteEndpoints.ai Twitter API (API45)

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

Provides access to Twitter/X data and actions via a paid proxy endpoint using USDC micropayments on Base chain

## Facts

- Endpoint: POST https://kite-hub-v2.vercel.app/api/twitter-api45
- Price: $0.06/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-api45-30e0c356
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_qltTmQ2s2WsQGf5iDK7NC

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-api45-30e0c356 -d '<json body>'
```

Example prompt: Can you pull the latest tweets and profile info for the Twitter account @elonmusk using the KiteEndpoints Twitter API?

## When to prefer this

Use this endpoint when you need Twitter/X data without setting up your own Twitter developer credentials, want to pay per-request in USDC on Base with no subscription commitment, or need a quick proxy to Twitter data within an x402 micropayment workflow.

## Known failure modes

- Invalid or suspended Twitter username returns empty or error result
- Rate limit exceeded on underlying Twitter API returns error response
- Malformed request body results in 400-level error
- Insufficient USDC balance causes 402 Payment Required before data is returned
- Twitter API45 backend outage returns 5xx error

## 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 Twitter/X data such as user profile fields, tweet content, engagement counts, timelines, or search results depending on the query parameters passed.

## 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-api45-30e0c356/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)
