# Abstractive Text Summarization via Meta-Router

> Abstractive Text Summarization via Meta-Router is a paid API for AI agents from srv1553682.hstgr.cloud, paid per call via x402, $0.0035/call, status unknown (last checked 2026-09-13).

Generates an abstractive summary of caller-provided text (up to ~4k characters) using a verified-quality meta-router with an in-house model, logging outcomes and never charging on failure.

## Facts

- Endpoint: POST https://srv1553682.hstgr.cloud/route/summarization
- Price: $0.0035/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/abstractive-text-summarization-via-meta-router-df1e6926
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_kjDQAw08SBmb0x_a7uJOo

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 abstractive-text-summarization-via-meta-router-df1e6926 -d '<json body>'
```

Example prompt: Can you summarize the following article for me? It's pretty long — I just need the key points in a short paragraph: [paste article text here].

## When to prefer this

Choose this endpoint when you need abstractive (paraphrased, not extractive) summarization of a single block of text up to ~4k characters, and you want a cost-safe setup where failures are not billed. The meta-router design with outcome logging makes it preferable when reliability and fairness of billing matter. Good for article summaries, document digests, and report condensation tasks.

## Known failure modes

- Input text exceeds ~4k character limit, potentially truncating or erroring
- Model unavailability may cause the meta-router to fail, though no charge is incurred on failure
- Empty or very short input text may return a low-quality or trivial summary
- Non-English text may produce degraded summarization quality depending on model support

## How this service works

Abstractive summarization (~4k chars) via the verified-quality meta-router: in-house model first, outcome-logged, never charged on failure.

## Output

An abstractive summary of the input text, condensed into a shorter passage that captures the main ideas. The model paraphrases rather than extracts verbatim sentences. The call is only charged on success.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "text": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/abstractive-text-summarization-via-meta-router-df1e6926/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from srv1553682.hstgr.cloud](https://www.zero.xyz/host/srv1553682.hstgr.cloud/llms.txt)
