# library.forgemesh.io E300 — African American History & Autobiography Shelf

> library.forgemesh.io E300 — African American History & Autobiography 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 from the E300 curated shelf (African American history and autobiography), including titles like Narrative of the Life of Frederick Douglass and Incidents in the Life of a Slave Girl, with drill-down routes for full-text retrieval.

## Facts

- Endpoint: POST https://library.forgemesh.io/e300
- 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-e300-african-american-history-autobiography-shelf-02fa1373
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Aaid3IJk2L9tT8ty54jyI

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-e300-african-american-history-autobiography-shelf-02fa1373 -d '<json body>'
```

Example prompt: Show me the top 30 public-domain books from the African American history and autobiography shelf — I want to browse titles like Frederick Douglass and Incidents in the Life of a Slave Girl.

## When to prefer this

Choose this endpoint when you need a curated, pre-ranked list of public-domain books specifically from the African American history and autobiography category (Dewey/LC E300 range), rather than running a keyword search across the full corpus. It is ideal for browsing or presenting a shelf of titles rather than retrieving specific passages or searching by query text.

## Known failure modes

- limit exceeds 50 — API may reject or cap silently
- limit is 0 or negative — may return empty list or error
- payment of 0.003 USDC not provided — x402 payment required error
- network timeout or server unavailability — no results returned

## How this service works

Curated shelf: E300 — 451 public-domain books including Narrative of the Life of Frederick Douglass, an American Slave, Autobiography of Benjamin Franklin, Incidents in the Life of a Slave Girl, Written by Herself. 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 E300 curated shelf, including book titles and drill-down routes that allow the agent to fetch the full text of each individual title. No authentication or license is required.

## 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": "Narrative of the Life of Frederick Douglass, an American Slave",
    "author": "Douglass, Frederick",
    "book_id": 23,
    "subjects": [],
    "download_count": 50171
   }
  ],
  "count": 5,
  "shelf": "E300",
  "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-e300-african-american-history-autobiography-shelf-02fa1373/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)
