# library.forgemesh.io E151 — African American History & Literature Shelf

> library.forgemesh.io E151 — African American History & Literature 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 public-domain books on African American history, autobiography, and culture (shelf E151), with drill-down routes for full-text retrieval.

## Facts

- Endpoint: POST https://library.forgemesh.io/e151
- 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/library-forgemesh-io-e151-african-american-history-literature-shelf-468bc7cf
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_dhJlA50Uzt8HyBooeebjc

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 library-forgemesh-io-e151-african-american-history-literature-shelf-468bc7cf -d '<json body>'
```

Example prompt: Give me a list of up to 30 public-domain books from the African American history and literature shelf — I'm looking for classics like Up from Slavery and W.E.B. Du Bois works.

## When to prefer this

Choose this endpoint when you need a curated, pre-ranked list of public-domain books specifically focused on African American history, autobiography, and culture (Library of Congress classification E151). It is ideal for building reading lists, sourcing primary historical texts, or providing drill-down access to full-text retrieval without any authentication or licensing overhead. Prefer this over a full-text search endpoint when you want a broad browseable catalog rather than passage-level results for a specific query.

## Known failure modes

- Limit parameter exceeds 50 — likely capped or rejected
- Payment of 0.003 USDC not completed — 402 Payment Required returned
- Invalid limit type (non-integer) — schema validation error
- Network or service unavailability — 5xx error

## How this service works

Curated shelf: E151 — 466 public-domain books including Up from Slavery: An Autobiography, History of the Negro Race in America from 1619 to 1880. Vol. 2 Negroes as Slaves, as Soldiers, and as Citizens, Darkwater: Voices from Within the Veil. Returns a ranked list with drill-down routes for full-text retrieval. No license, no API key required.

## Output

A ranked list of public-domain books on African American history and literature (up to the requested limit, max 50), including book titles and drill-down routes that can be used to retrieve full text. Representative titles include 'Up from Slavery' by Booker T. Washington, 'History of the Negro Race in America' by George Washington Williams, and 'Darkwater: Voices from Within the Veil' by W.E.B. Du Bois.

## 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": "Up from Slavery: An Autobiography",
    "author": "Washington, Booker T.",
    "book_id": 2376,
    "subjects": [],
    "download_count": 16449
   }
  ],
  "count": 5,
  "shelf": "E151",
  "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/library-forgemesh-io-e151-african-american-history-literature-shelf-468bc7cf/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)
