# Monexus Terminal – Transcript Sentiment (Lexicon)

> Monexus Terminal – Transcript Sentiment (Lexicon) is a paid API for AI agents from terminal.themonexus.com, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-14).

Runs lexicon-based sentiment scoring over the top matching transcript segments for a given query, returning ranked sentiment results.

## Facts

- Endpoint: POST https://terminal.themonexus.com/api/v1/transcripts/sentiment
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/monexus-terminal-transcript-sentiment-lexicon-fad59df4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_YgGjnDnBdYXG1QDnhUnn0

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 monexus-terminal-transcript-sentiment-lexicon-fad59df4 -d '<json body>'
```

Example prompt: Pull the top 10 transcript segments matching 'AI infrastructure spending' and give me the lexicon sentiment scores for each — I want to see whether the tone is bullish or bearish.

## When to prefer this

Choose this endpoint when you need fast lexicon-based sentiment scoring over transcript segments for a specific topic — especially within the Monexus model-economy and AI-capex domain. Prefer it over general NLP APIs when you need sentiment grounded in financial/tech transcript content rather than social media or reviews, and when you want both relevance-ranked retrieval and sentiment in one call.

## Known failure modes

- limit exceeds 20 — request rejected or capped
- empty query string returns no results or validation error
- query matches no transcript segments — returns empty list
- service unavailable or payment verification failure — 402 or 5xx error
- malformed request body — 400 bad request

## How this service works

Monexus Terminal API — Lexicon sentiment over top matching segments. Params: q, limit (<=20).

## Output

Returns a list of up to 20 matching transcript segments ranked by relevance, each annotated with lexicon-based sentiment scores (e.g. positive/negative/neutral labels and/or numeric scores), allowing the caller to assess the prevailing tone around a query topic across the transcript corpus.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/monexus-terminal-transcript-sentiment-lexicon-fad59df4/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from terminal.themonexus.com](https://www.zero.xyz/host/terminal.themonexus.com/llms.txt)
