# KiteEndpoints.ai Twitter API45

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

Fetches Twitter/X data via the Twitter API45 third-party scraping layer, paid per request in USDC on Base chain

## Facts

- Endpoint: POST https://kite-endpoints.vercel.app/api/twitter-api45
- Price: $0.06/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-api45-80f65f7e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_v1HbTIQmUcHJMmHxHwdms

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-api45-80f65f7e -d '<json body>'
```

Example prompt: Pull the latest 10 tweets and follower count for the Twitter account @elonmusk using the Twitter API45 endpoint.

## When to prefer this

Choose this endpoint when you need Twitter/X data without a formal Twitter developer account or when the official Twitter API v2 is too expensive or access-restricted. It is best suited for lightweight lookups, profile enrichment, and social monitoring tasks where occasional scraping latency is acceptable and cost-per-call ($0.06 USDC) is preferable to monthly API subscriptions.

## Known failure modes

- Invalid or suspended Twitter username returns empty or error result
- Rate limiting by the underlying Twitter API45 scraper may cause failures during high traffic
- Private or protected accounts may not return tweet data
- Malformed input schema causes 400-level error
- Twitter blocking the scraping layer causes upstream failures
- Payment failure on Base chain prevents request execution

## 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 result object containing Twitter data such as tweet text, engagement counts (likes, retweets, replies), user profile metadata (bio, follower/following counts, profile image), timestamps, and tweet IDs, depending on the query type submitted.

## 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-api45-80f65f7e/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)
