# Losbeto Sentiment Analysis

> Losbeto Sentiment Analysis is a paid API for AI agents from losbeto-production-dd7c.up.railway.app, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Analyzes sentiment of text or market-related content, returning a sentiment score or classification via a pay-per-call USDC micropayment endpoint.

## Facts

- Endpoint: GET https://losbeto-production-dd7c.up.railway.app/sentiment
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/losbeto-sentiment-analysis-86a108bd
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_EqixLv9_t9B8-BvDTnP_P

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 losbeto-sentiment-analysis-86a108bd
```

Example prompt: Analyze the sentiment of this text for me: 'Bitcoin surges past $70k as institutional demand hits record highs' — is it positive, negative, or neutral?

## When to prefer this

Choose this endpoint when you need fast, cheap ($0.01 USDC per call) sentiment classification paid via USDC micropayments on Solana or Base, especially in an AI trading agent pipeline where programmatic pay-per-call billing is preferred over subscription APIs. Best suited for crypto and financial text where trading-context sentiment is relevant.

## Known failure modes

- Missing or empty text input returns an error response
- Malformed request body causes a 400 bad request
- Payment not completed results in a 402 Payment Required response and no analysis is returned
- Very short or ambiguous input may return low-confidence or neutral classification
- Network timeout on Railway hosting may cause intermittent failures

## How this service works

Losbeto: 67 endpoints x402 monetizados. Solana + Base. USDC micropayments para AI agents. Preços a partir de $0.003.

## Output

Returns a JSON object containing a sentiment classification (e.g. positive, negative, neutral) and likely a confidence score or numeric sentiment value for the analyzed input text.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/losbeto-sentiment-analysis-86a108bd/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from losbeto-production-dd7c.up.railway.app](https://www.zero.xyz/host/losbeto-production-dd7c.up.railway.app/llms.txt)
