# The Mirror of Literature, Amusement, and Instruction — Curated Shelf

> The Mirror of Literature, Amusement, and Instruction — Curated Shelf is a paid API for AI agents from library.forgemesh.io, paid per call via x402, $0.003/call, status unknown (last checked 2026-09-13).

Returns a ranked list of up to 202 public-domain volumes from 'The Mirror of Literature, Amusement, and Instruction' periodical series, with drill-down routes for full-text retrieval.

## Facts

- Endpoint: POST https://library.forgemesh.io/the-mirror-of-literature-amusement-and-instruction
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/the-mirror-of-literature-amusement-and-instruction-curated-shelf-c71e7258
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_jDq57LBPYDZCy9lVAI_0C

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 the-mirror-of-literature-amusement-and-instruction-curated-shelf-c71e7258 -d '<json body>'
```

Example prompt: Show me up to 30 issues from the Mirror of Literature, Amusement, and Instruction collection so I can browse what's available and find a specific volume to read in full.

## When to prefer this

Use this endpoint when you specifically need to browse or list issues from the 'Mirror of Literature, Amusement, and Instruction' Victorian periodical collection. It is ideal for literary research, digital humanities work, or accessing specific 19th-century British magazine issues in the public domain. Prefer this over a general full-text search endpoint when you want a curated, ranked overview of the available volumes rather than passage-level results.

## Known failure modes

- Limit parameter exceeds maximum of 50 — API may cap or error
- No results returned if collection is temporarily unavailable
- Payment of $0.003 USDC not processed — returns 402 error
- Invalid limit type (non-integer) causes schema validation failure

## How this service works

Curated shelf: The Mirror of Literature, Amusement, and Instruction — 202 public-domain books including The Mirror of Literature, Amusement, and Instruction. Volume 12, No. 339, November 8, 1828, The Mirror of Literature, Amusement, and Instruction. Volume 17, No. 484, April 9, 1831. Returns a ranked list with drill-down routes for full-text retrieval. No license, no API key required.

## Output

A ranked list of up to 202 public-domain books/issues from The Mirror of Literature, Amusement, and Instruction periodical collection, including metadata and drill-down routes for full-text retrieval of individual volumes.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "limit": {
   "type": "integer",
   "description": "Max books to return (default 20, max 50)"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "books": [
   {
    "year": null,
    "title": "The Mirror of Literature, Amusement, and Instruction. Volume 12, No. 339, November 8, 1828",
    "author": "Various",
    "book_id": 11312,
    "subjects": [],
    "download_count": 765
   }
  ],
  "count": 5,
  "shelf": "The Mirror of Literature, Amusement, and Instruction",
  "coverage": {
   "target": 61015,
   "indexed": 61015
  },
  "drill_down": [
   "/book-metadata",
   "/book-chapter",
   "/book-quotes",
   "/literature-search"
  ]
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/the-mirror-of-literature-amusement-and-instruction-curated-shelf-c71e7258/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from library.forgemesh.io](https://www.zero.xyz/host/library.forgemesh.io/llms.txt)
