# x402 Agent Economy Lab Batch Sentiment Analysis

> x402 Agent Economy Lab Batch Sentiment Analysis is a paid API for AI agents from rqjzcd-ip-209-115-177-214.tunnelmole.net, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-15).

Analyzes sentiment for one or more text inputs in a single API call, paid per call in real USDC on Base mainnet via x402.

## Facts

- Endpoint: POST https://rqjzcd-ip-209-115-177-214.tunnelmole.net/batch-sentiment
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-agent-economy-lab-batch-sentiment-analysis-9e4a587d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_fc5JrSGI_6DeLx59m8fjC

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 x402-agent-economy-lab-batch-sentiment-analysis-9e4a587d -d '<json body>'
```

Example prompt: Can you run batch sentiment analysis on these five customer comments and tell me which ones are positive, negative, or neutral: 'Great product!', 'Totally disappointed', 'Works as expected', 'Never buying again', 'Pretty good value for money'?

## When to prefer this

Choose this endpoint when you need to classify sentiment for multiple text items in a single machine-payable call using USDC on Base mainnet via x402. It is ideal for AI agents operating autonomously that need cost-controlled, pay-per-call NLP without subscription overhead. Prefer it over single-item endpoints when batching reduces round-trips, and over traditional REST NLP APIs when your pipeline requires crypto-native micropayments.

## Known failure modes

- Empty or missing text field returns validation error
- Texts exceeding token/character limits may be truncated or rejected
- Payment failure on Base mainnet (insufficient USDC, wrong chain) results in 402 Payment Required
- Tunnelmole tunnel may be offline or expired, returning connection errors
- Malformed JSON body returns 400 Bad Request
- Rate limits or per-wallet restrictions may throttle repeated calls

## How this service works

Machine-payable NLP micro-services: sentiment, entity extraction, summarization, report, batch. Paid per call in REAL USDC on Base mainnet.

## Output

Returns sentiment classification (positive, negative, or neutral) and associated confidence scores or polarity values for each text item submitted in the batch. Covers all inputs in a single response object keyed per text or index.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-agent-economy-lab-batch-sentiment-analysis-9e4a587d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from rqjzcd-ip-209-115-177-214.tunnelmole.net](https://www.zero.xyz/host/rqjzcd-ip-209-115-177-214.tunnelmole.net/llms.txt)
