# KiteEndpoints.ai Twitter API47

> KiteEndpoints.ai Twitter API47 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 access to Twitter/X platform data and actions via a paid proxy endpoint on the KiteEndpoints mega API hub

## Facts

- Endpoint: POST https://kite-hub-v2.vercel.app/api/twitter-api47
- 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-api47-3c7536b2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_FlEVk5ZyQ9UlHcNdIQkO0

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-api47-3c7536b2 -d '<json body>'
```

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

## When to prefer this

Use this endpoint when you need Twitter/X data without managing your own Twitter API credentials, or when building an agent that requires pay-per-request Twitter access via USDC on Base chain through the x402 payment protocol.

## Known failure modes

- Invalid or missing Twitter query parameters returns an error result
- Insufficient USDC balance or payment failure results in 402 Payment Required
- Rate limiting on the underlying Twitter API causes request failure
- Twitter account not found returns empty or null result data
- Malformed request body returns validation 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 result object containing Twitter API response data such as user profile info, tweets, engagement metrics, or search results depending on the query parameters sent.

## 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-api47-3c7536b2/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)
