# Voxight Twitter Space Summary & Sentiment Analysis

> Voxight Twitter Space Summary & Sentiment Analysis is a paid API for AI agents from api.voxight.online, paid per call via x402, $1/call, status unknown (last checked 2026-09-15).

Transcribes a Twitter Space audio and returns a text summary plus sentiment analysis including emotion, tone, energy, and key takeaways

## Facts

- Endpoint: POST https://api.voxight.online/api/summary
- Price: $1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/voxight-twitter-space-summary-sentiment-analysis-654f6bb5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_SCziruPQbj8Y8JOrcwBs7

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 voxight-twitter-space-summary-sentiment-analysis-654f6bb5 -d '<json body>'
```

Example prompt: Can you summarize this Twitter Space for me and tell me the overall sentiment and emotion of the conversation? Here's the link: https://twitter.com/i/spaces/1eaKbrAlkdwKX

## When to prefer this

Use this endpoint when you need to extract insights, summaries, or sentiment from a Twitter/X Space without listening to it manually. Ideal for researchers, journalists, community managers, or agents monitoring public discourse on X. Choose this over generic audio transcription services when you specifically have a Twitter Space URL and want both transcription and structured sentiment/emotion analysis in one call.

## Known failure modes

- Invalid or inaccessible Twitter Space URL returns an error
- Twitter Space that has expired or been deleted cannot be fetched
- Private Twitter Spaces may be inaccessible without proper permissions
- Payment or wallet tracking failure may block processing
- Very long Spaces may time out or produce incomplete transcriptions
- Non-English Spaces may result in lower-quality transcription and analysis

## How this service works

Summary generation for Twitter Space

## Output

Returns a transcribed text summary of the full Twitter Space audio plus a structured sentiment analysis object containing overall sentiment, dominant emotion, tone, energy level, key takeaways, and per-topic sentiment breakdowns.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "twitter_space_url"
 ],
 "properties": {
  "wallet_address": {
   "type": "string",
   "description": "Wallet address for payment tracking"
  },
  "twitter_space_url": {
   "type": "string",
   "description": "The full URL of the Twitter Space to analyze"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "summary": {
  "type": "string",
  "description": "Transcribed text of the Twitter Space"
 },
 "analysis": {
  "type": "object",
  "description": "Sentiment analysis including overall sentiment, emotion, tone, energy, key takeaways, and topic sentiments"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/voxight-twitter-space-summary-sentiment-analysis-654f6bb5/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.voxight.online](https://www.zero.xyz/host/api.voxight.online/llms.txt)
