# KiteEndpoints.ai Twitter API #293

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

Provides Twitter/X social media data or actions via a paid proxy endpoint on the KiteEndpoints hub, billed per request in USDC on Base chain.

## Facts

- Endpoint: POST https://kite-endpoints.vercel.app/api/twitter293
- Price: $0.12/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kiteendpoints-ai-twitter-api-293-98a6420c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_6Gw9yXr4GvzGHrjX_JgVw

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-293-98a6420c -d '<json body>'
```

Example prompt: Can you pull the latest tweets and profile info for @elonmusk using the KiteEndpoints Twitter API — I need follower count, recent posts, and engagement stats.

## When to prefer this

Choose this endpoint when you need quick, pay-per-use access to Twitter/X data without setting up your own Twitter developer account or managing API keys. It is suitable for low-to-medium volume lookups where the convenience of USDC micropayment billing outweighs the opacity of the proxied schema. Avoid if you need guaranteed SLAs, detailed API documentation, or high-volume streaming.

## Known failure modes

- Insufficient USDC balance causes payment failure and 402 response
- Malformed or missing query parameters return generic error in result field
- Twitter API rate limits or downstream outages cause empty or error responses
- Ambiguous endpoint behavior due to opaque schema — exact required fields are undocumented
- Request times out if Twitter upstream is slow

## 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 a 'result' field containing the Twitter API response data, which may include user profile fields, tweet objects, engagement metrics, or other Twitter data 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-api-293-98a6420c/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)
