# Briefing Service – Rendered Story Page

> Briefing Service – Rendered 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-17).

Returns a rendered 480x800 1-bit PNG image of a specific story page from an hourly ranked news briefing, identified by briefing key and page number.

## Facts

- Endpoint: GET https://briefing-service.wholemind.workers.dev/v1/briefings/%7Bkey%7D/pages/%7Bpage%7D
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-17
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/briefing-service-rendered-story-page-aa2a8c4f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_KHLIotVcqLSj0kyye-ZIe

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-story-page-aa2a8c4f
```

Example prompt: Can you pull up page 2 of the AI news briefing as a rendered image — I want to see it in that 1-bit style.

## When to prefer this

Choose this endpoint when you need a visually rendered, image-format snapshot of a specific news story page from a structured hourly briefing — especially for e-ink displays, image-based UIs, or sharing visual news content. Prefer the JSON sibling endpoint if you need machine-readable structured text rather than a rendered image.

## Known failure modes

- Invalid briefing key returns a 404 or empty response
- Page number out of range returns an error or blank image
- Expired or stale briefing key (briefings are hourly) may return outdated content
- Missing payment (x402) causes a 402 Payment Required response
- Malformed key or page parameter causes a 400 Bad Request

## How this service works

Every hour an LLM editor re-picks ~100 feeds per topic. JSON and MCP for agents, 1-bit pages for e-ink, a morning paper for reMarkable, Kindle or your inbox. Free tier, no key.

## Output

A 480x800 pixel 1-bit PNG image rendering of the specified story page from a named hourly news briefing. Page 0 (the front page) is free; subsequent story pages (N.png) are paid. The image uses a 1-bit (black and white) visual style suited for e-ink or retro display contexts.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": "image/png (or image/bmp for N.bmp): one 480x800 1-bit page, headline, summary and why-it-matters for story N"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/briefing-service-rendered-story-page-aa2a8c4f/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)
