# x402 Agent Economy Lab Text Analysis API

> x402 Agent Economy Lab Text Analysis API 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).

Machine-payable NLP micro-service performing sentiment analysis, entity extraction, summarization, and batch text processing, paid per call in real USDC on Base mainnet via x402.

## Facts

- Endpoint: POST https://rqjzcd-ip-209-115-177-214.tunnelmole.net/text-analysis
- 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-text-analysis-api-6d1559f2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_YaGt8_nDMDdSVhrZ7r_Jx

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-text-analysis-api-6d1559f2 -d '<json body>'
```

Example prompt: Analyze the sentiment of this product review and extract any named entities from it: 'The battery life on the XPhone Pro is incredible, but customer support from TechCorp was frustrating and slow.' — pay the $0.02 USDC per-call fee automatically.

## When to prefer this

Choose this endpoint when your agent needs to perform NLP tasks (sentiment, entity extraction, summarization) on arbitrary text and can autonomously pay micro-fees in USDC via the x402 protocol on Base mainnet. It is well-suited for agentic pipelines that need per-call, pay-as-you-go NLP without subscription management. Prefer this over free or subscription NLP APIs when operating in a machine-to-machine economy context or testing x402 payment rails with real USDC.

## Known failure modes

- Payment failure or insufficient USDC balance causes 402 Payment Required response
- Empty or missing 'text' field returns a 400 Bad Request error
- Extremely long text inputs may exceed processing limits and return a 413 or timeout
- Network tunnel instability on tunnelmole host may cause intermittent 503 errors
- Unsupported task type returns an error or unexpected output
- Rate limiting may apply if too many calls are made in rapid succession

## 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 NLP analysis results for the submitted text, which may include a sentiment label and score, a list of extracted named entities with their types, a condensed summary of the input, or a structured NLP report — depending on the task requested. For batch requests, results are returned for each text input.

## 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-text-analysis-api-6d1559f2/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)
