# ForgeMesh Library — NA Curated Shelf

> ForgeMesh Library — NA 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-16).

Returns a ranked list of up to 228 public-domain books on the 'NA' (architecture/landscape) subject shelf, with drill-down routes for full-text retrieval

## Facts

- Endpoint: POST https://library.forgemesh.io/na
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/forgemesh-library-na-curated-shelf-3d5a9ad5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_3YFIS4gRWGRccV-GwH1eG

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-na-curated-shelf-3d5a9ad5 -d '<json body>'
```

Example prompt: Show me up to 30 books from the ForgeMesh public-domain NA shelf — I'm looking for architecture, palaces, and cathedral texts I can read for free.

## When to prefer this

Choose this endpoint when you need a curated, ranked list of public-domain books specifically in the NA (architecture, landscape, palaces, cathedrals, country homes) subject area. It is ideal for discovery — finding which texts exist and obtaining their drill-down routes — before fetching full text. Prefer this over full-text search when you want to browse the entire shelf rather than search for specific passages.

## Known failure modes

- limit value exceeds 50 — clamp to maximum or receive validation error
- limit value is 0 or negative — returns empty list or error
- payment not included or insufficient USDC — 402 Payment Required response
- shelf temporarily unavailable — 5xx error with no book results

## How this service works

Curated shelf: NA — 228 public-domain books including Royal Palaces and Parks of France, Woodward's Country Homes, Bell's Cathedrals: The Cathedral Church of Gloucester [2nd ed.] A Description of Its Fabric and A Brief History of the Espicopal See. 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 228 public-domain books from the NA (architecture/landscape) subject shelf, including titles, authors, and drill-down routes that can be used to retrieve the full text of each book. Default returns 20 results; up to 50 can be requested per call.

## 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": "Royal Palaces and Parks of France",
    "author": "Mansfield, M. F. (Milburg Francisco)",
    "book_id": 25842,
    "subjects": [],
    "download_count": 10121
   }
  ],
  "count": 5,
  "shelf": "NA",
  "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-na-curated-shelf-3d5a9ad5/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)
