# Crypto Technicals x402 – AI Summarize

> Crypto Technicals x402 – AI Summarize is a paid API for AI agents from vmi3089643.contaboserver.net, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-15).

Summarizes a URL or raw text into a concise digest (bullets, paragraph, or TL;DR style) via a pay-per-call x402/USDC endpoint

## Facts

- Endpoint: POST https://vmi3089643.contaboserver.net/v1/ai/summarize
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/crypto-technicals-x402-ai-summarize-74515447
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_OXrhVZtQ7xe--7dcHq_RT

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 crypto-technicals-x402-ai-summarize-74515447 -d '<json body>'
```

Example prompt: Summarize this article for me in bullet-point style, keeping it under 120 words: https://www.coindesk.com/markets/2024/01/15/bitcoin-etf-approval/

## When to prefer this

Choose this endpoint when you need a fast, pay-per-call text summarization with flexible output styles (bullets, paragraph, TL;DR) and accept USDC/x402 micropayments. It is hosted on a VPS with crypto-native billing, making it suitable for AI agent pipelines that already use x402 payment flows. Prefer it over general LLM summarization when you need a dedicated, billable summarization microservice that returns structured JSON with word count metadata.

## Known failure modes

- URL is inaccessible or returns non-200 status — endpoint may return an error or empty summary
- Text input is too long and exceeds processing limits — truncation or error response
- Invalid style enum value — defaults or errors depending on implementation
- Payment not included or insufficient USDC — x402 402 Payment Required response
- maxWords set to an extremely low value — summary may be incomplete or truncated awkwardly

## How this service works

Pay-per-call crypto technical analysis for AI agents (x402, USDC on Base). Daily trend regime, Donchian levels, ATR stops, signals and backtests computed with the code of a live trend-following bot from Binance spot klines.

## Output

Returns a JSON object containing the generated summary text, the word count of the summary, and the source URL (if a URL was provided as input). The summary reflects the requested style (bullets, paragraph, or TL;DR) and respects the maxWords limit.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string",
   "format": "uri"
  },
  "text": {
   "type": "string"
  },
  "style": {
   "type": "string",
   "description": "bullets | paragraph | tldr"
  },
  "maxWords": {
   "type": "number"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "words": 118,
  "source": "https://example.com",
  "summary": "..."
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/crypto-technicals-x402-ai-summarize-74515447/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from vmi3089643.contaboserver.net](https://www.zero.xyz/host/vmi3089643.contaboserver.net/llms.txt)
