# x402 Agent Economy Lab – Report Generator (NLP, real-USDC)

> x402 Agent Economy Lab – Report Generator (NLP, real-USDC) 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).

Generates a comprehensive NLP report from a text input, paid per call in real USDC on Base mainnet via the x402 protocol.

## Facts

- Endpoint: POST https://rqjzcd-ip-209-115-177-214.tunnelmole.net/v1/report
- 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-report-generator-nlp-real-usdc-d5620c95
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__B_4NMcz9zHR-GdCUuACR

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-generator-nlp-real-usdc-d5620c95 -d '<json body>'
```

Example prompt: Can you generate a full NLP report on this text: 'The Federal Reserve raised interest rates by 25 basis points amid ongoing inflation concerns, sparking mixed reactions from Wall Street investors.'

## When to prefer this

Choose this endpoint when an AI agent needs a comprehensive, multi-faceted NLP report (combining sentiment, entities, and summarization in one call) rather than a single-task endpoint, and when operating within a machine-payable, per-call micropayment architecture using USDC on Base. Ideal for autonomous agents that need to self-pay for text intelligence without manual billing.

## Known failure modes

- Payment failure: USDC balance insufficient or x402 payment header malformed — 402 Payment Required
- Empty or missing text field — 400 Bad Request
- Tunnel endpoint unavailable (tunnelmole host offline) — 503 or connection timeout
- Text too long for the model context — 400 or 413 error
- Malformed JSON body — 400 Bad Request

## 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 analysis of the input text, which may include sentiment scores, named entity extraction, a summary, and other derived linguistic insights packaged as a report object.

## 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-generator-nlp-real-usdc-d5620c95/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)
