# boris-tools Summarize

> boris-tools Summarize is a paid API for AI agents from tools.borisinc.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-13).

Summarizes text or web content into a concise output using LLM cognition, billed per call at $0.01 USDC via x402 on Base with no account or API key required.

## Facts

- Endpoint: GET https://tools.borisinc.com/paid/summarize
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/boris-tools-summarize-4e4ef933
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_-G_MB2UeTZ1PaVwmv_huH

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 boris-tools-summarize-4e4ef933
```

Example prompt: Can you give me a concise summary of this article about climate policy — just the key points in a few sentences?

## When to prefer this

Choose this endpoint when you need a fast, pay-per-call text summarization with no signup friction — ideal for agentic workflows that process variable volumes of documents without committing to a subscription. Especially useful when you want LLM-quality summarization billed in micro-payments (USDC on Base) and where cited sources or structured extraction are not required (use sibling endpoints for those).

## Known failure modes

- Missing or empty input content returns an error
- Content too long may be truncated or rejected
- Payment failure via x402 (insufficient USDC balance or unsupported wallet) blocks the call
- Invalid input schema (wrong property types) returns a 400-level error
- Network timeout if the upstream LLM takes too long

## How this service works

LLM cognition for AI agents: web research with cited sources, summarisation, structured extraction. Every paid tool has a FREE capped sample at /sample/* - try it, then pay per call via x402 (USDC on Base) for the uncapped version. HTTP + MCP surfaces, same prices. No account, no API key. Independent hardware. Auth-then-capture: you are not charged if delivery fails.

## Output

A concise, LLM-generated summary of the provided text or content, returned as JSON, capturing the key points and main ideas from the input material.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/boris-tools-summarize-4e4ef933/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from tools.borisinc.com](https://www.zero.xyz/host/tools.borisinc.com/llms.txt)
