# KiteEndpoints.ai - Twitter Spaces API

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

Fetches data about Twitter (X) Spaces audio rooms, including metadata, participants, and status information

## Facts

- Endpoint: POST https://kite-hub-v2.vercel.app/api/twitter-spaces
- Price: $0.12/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-spaces-api-c4a6ce5c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_X0rxAViAKeklfD02a5nZC

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-api-c4a6ce5c -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 are tuned in, and whether it's still live?

## When to prefer this

Use this endpoint when you need to retrieve metadata or status information about Twitter (X) Spaces as part of a social media monitoring, live event tracking, or content discovery workflow, and you want to pay per-request in USDC without committing to a subscription. Prefer this over direct Twitter API access when you lack API credentials or want a simple pay-as-you-go model.

## Known failure modes

- Space ID not found — returns empty or error result
- Space has ended and data is no longer available
- Rate limiting from underlying Twitter data source — returns 429-equivalent error
- Invalid input parameters — returns malformed or null result
- Twitter API upstream outage causing failed lookups
- Private or restricted Space not accessible — returns access 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 Space data such as the Space ID, title, host details, participant/listener count, current status (live, scheduled, or ended), start time, and any available metadata about the Space.

## 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-api-c4a6ce5c/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)
