# x402 Agent Economy Lab – Report NLP Endpoint

> x402 Agent Economy Lab – Report NLP Endpoint 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 structured NLP report from input text, 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/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-nlp-endpoint-dfad1816
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_sXRBxC2_fuDYPbkd9Z0QX

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-nlp-endpoint-dfad1816 -d '<json body>'
```

Example prompt: Run a full NLP report on this text and give me everything — sentiment, entities, and a summary: 'Inflation fears drove markets lower on Tuesday as the Federal Reserve signaled additional rate hikes ahead.'

## When to prefer this

Choose this endpoint when you need a comprehensive, multi-faceted NLP report (combining sentiment, entity extraction, and summarization in one call) and are operating in an autonomous agent context that supports x402 micropayments in USDC on Base mainnet. Prefer this over single-task NLP endpoints when you want a bundled report rather than individual sentiment or entity results separately.

## Known failure modes

- Payment not settled — x402 USDC transaction on Base mainnet fails or wallet has insufficient funds, resulting in 402 Payment Required
- Empty or missing 'text' field — returns validation error
- Text too long — may exceed processing limits, returning a 400 or timeout
- Tunnel endpoint unavailable — tunnelmole host may be offline or unreachable, returning 5xx
- Rate limiting — repeated rapid calls may be throttled

## 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 object containing sentiment classification, extracted named entities, a text summary, and other NLP-derived insights derived from the submitted text. The response is returned after a real USDC micropayment of $0.02 on Base mainnet is settled via x402.

## 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-nlp-endpoint-dfad1816/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)
