# Bitcoin Benji AI Sentiment Analysis

> Bitcoin Benji AI Sentiment Analysis is a paid API for AI agents from api.bitcoinbenji.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Performs private AI-powered sentiment analysis on text, gated by Lightning Network micropayments via L402/x402 protocol

## Facts

- Endpoint: POST https://api.bitcoinbenji.com/ai/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/bitcoin-benji-ai-sentiment-analysis-2ba6d0ac
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_zYGCABJ0iAUkPmo7HF77F

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 bitcoin-benji-ai-sentiment-analysis-2ba6d0ac -d '<json body>'
```

Example prompt: Analyze the sentiment of this text using Bitcoin Benji's AI: 'Bitcoin just broke $100k and whales are accumulating — the market looks incredibly bullish right now.' Tell me whether it's positive, negative, or neutral and how confident you are.

## When to prefer this

Choose this endpoint when you need private, pay-per-call AI sentiment analysis without subscribing to a traditional API key service — especially when operating in a Bitcoin/Lightning-native context. Ideal for agents that want to avoid rate limits, subscriptions, or sharing credentials, and prefer micropayment-gated inference. Best for crypto-adjacent sentiment tasks where the operator values privacy and censorship resistance.

## Known failure modes

- 402 Payment Required if Lightning payment not provided or invalid
- Malformed or missing text input returns 400 error
- Empty or overly short input may return low-confidence or error response
- Network timeout if Lightning payment verification is slow
- Unsupported text encoding or language may degrade accuracy

## How this service works

L402-gated APIs: real-time Bitcoin mempool intelligence and private AI inference. Pay-per-call via Lightning. Zero API keys. Zero subscriptions.

## Output

Returns a JSON object containing a sentiment classification (e.g. positive, negative, neutral or bullish/bearish), a confidence score, and possibly additional inference metadata — all delivered after a successful Lightning micropayment via L402/x402 protocol.

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/bitcoin-benji-ai-sentiment-analysis-2ba6d0ac/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.bitcoinbenji.com](https://www.zero.xyz/host/api.bitcoinbenji.com/llms.txt)
