# Briefing Service – Rendered 1-bit Story Page

> Briefing Service – Rendered 1-bit Story Page is a paid API for AI agents from briefing-service.wholemind.workers.dev, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-19).

Returns a rendered 480×800 1-bit PNG image of a single story page from an hourly ranked news briefing, optimized for e-ink and small displays

## Facts

- Endpoint: GET https://briefing-service.wholemind.workers.dev/v1/briefings/:key/pages/:page
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-19
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/briefing-service-rendered-1-bit-story-page-14ff916b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_aMgGjKCqHvTgxMEjXX6GM

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 briefing-service-rendered-1-bit-story-page-14ff916b
```

Example prompt: Fetch the rendered 1-bit PNG of story page 2 from the 'ai' briefing — I want to display it on my e-ink screen.

## When to prefer this

Use this endpoint when you need a pre-rendered, e-ink-optimized 1-bit image of a news story page — ideal for IoT devices, e-paper displays, or small screens that cannot render HTML. Prefer this over the JSON briefing endpoint when visual output is required rather than structured data.

## Known failure modes

- Invalid briefing key returns 404 or empty response
- Page number out of range returns 404
- Payment not provided for pages beyond page 0 returns 402
- Network timeout if Cloudflare Worker is overloaded
- Malformed key or page parameter returns 400

## How this service works

One rendered 480x800 1-bit story page of a briefing (N.png = story N; the front page 0.png is free), for e-ink and small displays

## Output

A 480×800 1-bit PNG image file representing a single rendered news story page from the specified briefing category, formatted for e-ink and small display devices. Page 0 is the front page and is free; subsequent pages (N.png) correspond to story N and cost $0.001 USDC each.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/briefing-service-rendered-1-bit-story-page-14ff916b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from briefing-service.wholemind.workers.dev](https://www.zero.xyz/host/briefing-service.wholemind.workers.dev/llms.txt)
