# ForgeMesh Library – History Other Shelf

> ForgeMesh Library – History Other 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-15).

Returns a ranked list of up to 50 public-domain books in the 'History - Other' category, including titles like Olaudah Equiano's narrative, A Complete Guide to Heraldry, and Memoirs of Extraordinary Popular Delusions, with drill-down routes for full-text retrieval.

## Facts

- Endpoint: POST https://library.forgemesh.io/history-other
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/forgemesh-library-history-other-shelf-5735230a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_WNkmyH2QzTUC6-nwvgVnj

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-other-shelf-5735230a -d '<json body>'
```

Example prompt: Can you pull up the top 10 public-domain books from the ForgeMesh history-other shelf — I'm looking for unusual or lesser-known historical works like the Equiano narrative or books on heraldry?

## When to prefer this

Choose this endpoint when you need a curated, ranked list of public-domain books specifically in the 'History - Other' category — covering titles that don't fit neatly into ancient or modern history buckets (e.g. heraldry guides, crowd psychology, personal historical narratives). Prefer this over general web search when you want structured, drill-down-ready metadata for free full-text books without needing an API key or license.

## Known failure modes

- Limit parameter exceeds 50 — may return an error or be capped at maximum
- Payment of $0.003 USDC not fulfilled — 402 Payment Required response
- Network or server error returning no books
- Empty or partial list if the underlying corpus is temporarily unavailable

## How this service works

Curated shelf: History - Other — 2773 public-domain books including Rizal's own story of his life, The Memoirs of the Conquistador Bernal Diaz del Castillo, Vol 1 (of 2) Written by Himself Containing a True and Full Account of the Discovery and Conquest of Mexico and New Spain.. 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 in the History-Other category, each entry including the book title, author, rank, and a drill-down route that can be used to retrieve the full text of the 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": "Rizal's own story of his life",
    "author": "Rizal, José",
    "book_id": 48438,
    "subjects": [],
    "download_count": 42428
   }
  ],
  "count": 5,
  "shelf": "History - Other",
  "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-other-shelf-5735230a/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)
