# ForgeMesh Library – History: Early Modern (c. 1450–1750) Shelf

> ForgeMesh Library – History: Early Modern (c. 1450–1750) 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 50 curated public-domain books from the Early Modern period (c. 1450–1750) with drill-down routes for full-text retrieval.

## Facts

- Endpoint: POST https://library.forgemesh.io/history-early-modern-c-1450-1750
- 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/forgemesh-library-history-early-modern-c-1450-1750-shelf-de607475
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Sv4H0fWzUW3Z9FYR5zo5_

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 forgemesh-library-history-early-modern-c-1450-1750-shelf-de607475 -d '<json body>'
```

Example prompt: Can you pull up the curated early modern history shelf — the one covering roughly 1450 to 1750 — and show me the top 15 books?

## When to prefer this

Choose this endpoint when you need a curated, pre-ranked list of public-domain Early Modern history books (c. 1450–1750) without requiring authentication or a license. Ideal for discovery and browsing workflows where the agent needs structured metadata and drill-down routes for further full-text retrieval. Prefer this over generic web search when you need reliable canonical titles from this specific historical period.

## Known failure modes

- Limit parameter exceeds maximum of 50 — may return error or be capped
- Network or payment failure (x402 micropayment not processed) — request rejected
- Limit set to 0 or negative integer — may return empty list or validation error
- Service unavailability — HTTP 5xx error

## How this service works

Curated shelf: History - Early Modern (c. 1450-1750) — 1300 public-domain books including Napoleon's Letters to Josephine, 1796-1812 For the First Time Collected and Translated, with Notes Social, Historical, and Chronological, from Contemporary Sources, The Love Letters of Henry VIII to Anne Boleyn; With Notes. 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 50 public-domain books from the Early Modern period (c. 1450–1750), including titles such as Daemonologie, Leviathan, and The Wealth of Nations, along with drill-down routes enabling full-text retrieval of each book.

## 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": "Napoleon's Letters to Josephine, 1796-1812 For the First Time Collected and Translated, with Notes Social, Historical, and Chronological, from Contemporary Sources",
    "author": "Napoleon I, Emperor of the French",
    "book_id": 37499,
    "subjects": [],
    "download_count": 40942
   }
  ],
  "count": 5,
  "shelf": "History - Early Modern (c. 1450-1750)",
  "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/forgemesh-library-history-early-modern-c-1450-1750-shelf-de607475/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)
