# eudata402 Text Summarizer

> eudata402 Text Summarizer is a paid API for AI agents from x402-seller-202595743428.europe-west1.run.app, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-15).

Generates a tight factual summary and key facts list from raw text or HTML input, with optional focus instructions.

## Facts

- Endpoint: GET https://x402-seller-202595743428.europe-west1.run.app/summarize
- 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/eudata402-text-summarizer-73d27cd9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_9oT3n4GKpQ1qVR4ejSU3e

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 eudata402-text-summarizer-73d27cd9
```

Example prompt: Can you summarize this article for me and pull out the key facts? Here's the full text: [paste of a 5000-word news article about EU energy policy]. Focus on regulatory implications.

## When to prefer this

Choose this endpoint when you need a tight, factual, structured summary with explicit key facts extraction from text or HTML — particularly useful for long documents, articles, or scraped web content where both a prose summary and a machine-readable facts list are needed. Prefer this over generic LLM summarization when you want a pay-per-use, deterministic API call with structured JSON output and no need to manage your own model infrastructure.

## Known failure modes

- Text exceeds 24,000 character limit — request rejected or truncated
- Empty or whitespace-only text input returns an error
- Malformed HTML that cannot be parsed may produce low-quality output
- Payment of $0.02 USDC not fulfilled — 402 Payment Required response
- Focus instruction too vague or contradictory may yield generic summary

## How this service works

Tight factual summary of raw text/HTML. POST {text, focus?}. Returns {summary, key_facts[]}.

## Output

Returns a JSON object with a 'summary' field containing a concise factual summary of the input text, and a 'key_facts' array listing the most important discrete facts extracted from the content.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "text": {
   "type": "string",
   "description": "Raw text or HTML to summarize (max 24k chars)"
  },
  "focus": {
   "type": "string",
   "description": "Optional focus instruction"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/eudata402-text-summarizer-73d27cd9/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402-seller-202595743428.europe-west1.run.app](https://www.zero.xyz/host/x402-seller-202595743428.europe-west1.run.app/llms.txt)
