# KiteEndpoints.ai Twitter All-in-One API

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

Provides comprehensive Twitter/X data access and actions via a single all-in-one endpoint, paid per request with USDC on Base chain

## Facts

- Endpoint: POST https://kite-hub-v2.vercel.app/api/twitter-aio
- Price: $0.08/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-all-in-one-api-c9314370
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_KnR-rAT6LOufUeEftvltU

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-all-in-one-api-c9314370 -d '<json body>'
```

Example prompt: Pull all recent tweets and engagement stats for the Twitter account @elonmusk using the KiteEndpoints Twitter all-in-one API — I want follower count, latest tweets, and likes.

## When to prefer this

Choose this endpoint when you need Twitter/X data — profiles, tweets, timelines, or engagement stats — without setting up your own Twitter developer credentials, and you want pay-per-request pricing in USDC with no monthly subscription. Best for agents that need occasional or unpredictable Twitter lookups at $0.08 per call.

## Known failure modes

- Invalid or suspended Twitter username returns empty or error result
- Rate limiting from the underlying Twitter API may cause failures or stale data
- Malformed input object returns a generic error
- Private/protected Twitter accounts may not return tweet data
- Payment failure in USDC on Base chain blocks the request entirely

## 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 data such as user profile details, tweets, engagement metrics, follower counts, or search results depending on the query submitted. The response is wrapped in a top-level 'result' object with a 'data' field containing the API response payload.

## 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-all-in-one-api-c9314370/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)
