# the402.ai URL/Text Summarizer

> the402.ai URL/Text Summarizer is a paid API for AI agents from api.the402.ai, paid per call via x402, $0.011/call, status unknown (last checked 2026-09-15).

Summarizes a URL or text passage into a concise digest, billed per call via x402 micropayment

## Facts

- Endpoint: POST https://api.the402.ai/v1/services/svc_c9923bb33aed46b3/purchase
- Price: $0.011/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/api-the402-ai-c06e94f7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_stCE1ftzyuqlsvvOxFLfc

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 api-the402-ai-c06e94f7 -d '<json body>'
```

Example prompt: Can you summarize this article for me — https://example.com/long-article — I just want the key points in a few sentences?

## When to prefer this

Use this endpoint when an AI agent needs to quickly condense a URL or block of text into a summary and is operating within an x402 micropayment-enabled environment; ideal for agents that need lightweight, pay-per-use summarization without a subscription commitment

## Known failure modes

- URL is inaccessible or returns 404 — summarizer cannot fetch content
- Text input exceeds maximum length — request rejected
- Payment of 0.011 USDC not completed or x402 header missing — 402 Payment Required returned
- Malformed URL input — parsing error
- Rate limiting or service unavailability — 503 returned

## How this service works

Purchase: URL/text summarizer

## Output

A concise summary or digest of the provided URL or text input, returned as processed text output after micropayment via x402 protocol

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "job_id": {
   "type": "string"
  },
  "status": {
   "type": "string"
  },
  "thread_id": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/api-the402-ai-c06e94f7/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.the402.ai](https://www.zero.xyz/host/api.the402.ai/llms.txt)
