# x402 Agent Economy Lab Report-Plus NLP API

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

Generates a comprehensive NLP report from input text, covering sentiment, entities, and summarization, paid per call in real USDC on Base mainnet via x402.

## Facts

- Endpoint: POST https://rqjzcd-ip-209-115-177-214.tunnelmole.net/v1/report-plus
- Price: $0.1/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-report-plus-nlp-api-46fd23ac
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_FmooKj8vcPzzwty2FwAQU

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-report-plus-nlp-api-46fd23ac -d '<json body>'
```

Example prompt: Analyze this customer feedback paragraph and give me a full NLP report — sentiment, key entities, and a summary — using the report-plus endpoint: 'Our delivery was three days late and the packaging was damaged, though the product itself exceeded expectations.'

## When to prefer this

Choose this endpoint when you need a combined, all-in-one NLP report (sentiment + entities + summary) in a single paid call rather than chaining multiple separate NLP endpoints. Ideal for AI agents operating autonomously with a crypto wallet on Base mainnet that can pay USDC micropayments programmatically via x402. Best suited when you want structured multi-dimensional text intelligence returned together rather than piecemeal.

## Known failure modes

- Payment failure: insufficient USDC balance or x402 payment header missing — returns 402 Payment Required
- Invalid input: missing or empty 'text' field — returns 400 Bad Request
- Tunnel endpoint unavailability: tunnelmole host may be offline or expired — returns connection error or 503
- Rate limiting or quota exhaustion — may return 429 Too Many Requests
- Very long input text may exceed processing limits — returns 400 or timeout

## 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

A structured NLP report containing sentiment classification (positive/negative/neutral with score), extracted named entities (persons, organizations, locations, etc.), and a summarized version of the input text, all returned as a JSON object after a real USDC micropayment on Base mainnet.

## 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-report-plus-nlp-api-46fd23ac/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)
