# x402 Agent Economy Lab – Report-Plus NLP Endpoint

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

Generates a comprehensive NLP report (combining sentiment, entities, and summarization) from a text input, paid per-call in real USDC on Base mainnet via the x402 protocol.

## Facts

- Endpoint: POST https://9uqdtv-ip-209-115-177-214.tunnelmole.net/v1/report-plus
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-agent-economy-lab-report-plus-nlp-endpoint-6a551c2d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_hVN2sAdHsQhkdHAtr6UdP

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-endpoint-6a551c2d -d '<json body>'
```

Example prompt: Can you run a full NLP report on this article text — pull out the sentiment, key entities, and a summary all in one go? Here's the text: 'Central banks worldwide are raising interest rates amid fears of persistent inflation, with analysts warning of a potential recession in 2025.'

## When to prefer this

Choose this endpoint when you need a combined, multi-feature NLP report (sentiment + entities + summary) in a single call rather than calling separate endpoints for each feature, and when you are operating in an x402-compatible agentic environment capable of making micropayments in USDC on Base mainnet. It is best suited for agents in the x402 ecosystem doing per-call, pay-as-you-go text analysis without needing a subscription or API key.

## Known failure modes

- Payment failure or insufficient USDC balance causes 402 Payment Required response
- Empty or missing 'text' field results in 400 Bad Request
- Tunnelmole tunnel may be offline or unreachable (503/connection error) since this is not a stable production host
- Text too long may cause timeout or truncation depending on server limits
- Rate limiting may apply if 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 a structured NLP report combining multiple analyses on the submitted text: typically includes sentiment classification or score, a list of extracted named entities (people, organizations, locations, etc.), and a generated summary. The exact schema may vary but is designed as a 'report-plus' combined output rather than a single-feature result. The call costs $0.10 USDC on Base mainnet per invocation.

## 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-endpoint-6a551c2d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from 9uqdtv-ip-209-115-177-214.tunnelmole.net](https://www.zero.xyz/host/9uqdtv-ip-209-115-177-214.tunnelmole.net/llms.txt)
