# KiteEndpoints.ai Twitter303 API

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

Fetches or processes Twitter/X data via endpoint #303 in the KiteEndpoints mega hub, paid per request in USDC on Base chain

## Facts

- Endpoint: POST https://kite-endpoints.vercel.app/api/twitter303
- Price: $0.18/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-twitter303-api-d245197f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_lV4FUEM6cKP5lLhZnXAxE

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-twitter303-api-d245197f -d '<json body>'
```

Example prompt: Can you pull the latest Twitter data for the account @elonmusk using the KiteEndpoints Twitter303 API and show me what comes back?

## When to prefer this

Choose this endpoint when you need programmatic access to Twitter/X data and want to pay per request in USDC on Base chain without managing your own Twitter API credentials or subscriptions. Useful for agents that need occasional Twitter lookups without committing to a monthly API plan.

## Known failure modes

- Insufficient USDC payment triggers 402 Payment Required response
- Invalid or missing Twitter query parameters return generic error in result object
- Rate limiting by the underlying Twitter/X API may cause empty or partial results
- Malformed request body returns an error response
- Twitter/X account not found or private returns empty data set

## 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/X API response data, which may include tweet content, user profile fields, engagement metrics, or other social data depending on the query parameters 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-twitter303-api-d245197f/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)
