# ForgeMesh Library Shelf E456 — Exploration & Americana

> ForgeMesh Library Shelf E456 — Exploration & Americana 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 public-domain books from curated shelf E456, covering exploration, adventure, and Americana topics including works like Sword and Pen Ventures and Lincoln writings.

## Facts

- Endpoint: POST https://library.forgemesh.io/e456
- 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-shelf-e456-exploration-americana-070ac36e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_MKS_Xr6XGBjYAjtpqwOcW

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-shelf-e456-exploration-americana-070ac36e -d '<json body>'
```

Example prompt: Can you pull up the curated E456 shelf on ForgeMesh Library and show me up to 30 public-domain books about American exploration and Lincoln — I want titles with links so I can read the full text?

## When to prefer this

Choose this endpoint when you need a pre-curated, ranked list of public-domain books specifically from the E456 collection (exploration, Americana, Lincoln writings) with drill-down access to full texts. Prefer this over the full-text search endpoint when you want to browse the shelf holistically rather than query for specific passages, and over other shelves when your interest is specifically in adventure, exploration, or Lincoln-era American writing.

## Known failure modes

- limit parameter exceeds 50 — server may reject or cap the response
- payment not processed (x402) — endpoint requires $0.003 USDC per call, failure to pay returns 402 error
- shelf E456 returns fewer than requested books if total corpus is smaller than limit
- network or service unavailability returning 5xx errors

## How this service works

Curated shelf: E456 — 551 public-domain books including Sword and Pen Ventures and Adventures of Willard Glazier, Lincoln's Birthday : $b a comprehensive view of Lincoln as given in the most noteworthy essays, orations and poems, in fiction and in Lincoln's own writings. 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 E456 curated shelf, including titles such as Sword and Pen Ventures and Lincoln-related works, 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": "Sword and Pen Ventures and Adventures of Willard Glazier",
    "author": "Owens, John Algernon",
    "book_id": 28152,
    "subjects": [],
    "download_count": 12591
   }
  ],
  "count": 5,
  "shelf": "E456",
  "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-shelf-e456-exploration-americana-070ac36e/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)
