# KiteEndpoints.ai - Twitter Spaces Data

> KiteEndpoints.ai - Twitter Spaces Data 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-13).

Fetches data about Twitter/X Spaces live audio rooms, returning metadata and details about active or past Spaces sessions

## Facts

- Endpoint: POST https://kite-endpoints.vercel.app/api/twitter-spaces
- Price: $0.12/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kiteendpoints-ai-twitter-spaces-data-92460d8b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_yl7jkIG39qzTR8J_JWK6x

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-spaces-data-92460d8b -d '<json body>'
```

Example prompt: Can you pull up the details for the Twitter Space being hosted by @elonmusk right now — I want to know the title, how many listeners there are, and when it started?

## When to prefer this

Use this endpoint when you need quick, pay-per-request access to Twitter Spaces metadata without managing your own Twitter API credentials or rate limits. Particularly useful for agents needing occasional Spaces lookups billed in USDC micro-payments rather than a monthly API subscription.

## Known failure modes

- Invalid or nonexistent Space ID returns empty or error result
- Space data unavailable if Twitter/X API is rate-limited or down
- Private or restricted Spaces may return limited metadata
- Ended Spaces may return no live participant data
- Malformed request body returns generic error response

## 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 Space metadata such as title, host details, participant/listener count, Space status (live, scheduled, or ended), start time, and other session information available from the Twitter/X Spaces API.

## 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-spaces-data-92460d8b/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)
