# ForgeMesh Library – Harvard Classics Shelf

> ForgeMesh Library – Harvard Classics 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 Harvard Classics public-domain books with drill-down routes for full-text retrieval

## Facts

- Endpoint: POST https://library.forgemesh.io/harvard-classics
- 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-harvard-classics-shelf-2ae8e6aa
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_T31wmduxyEAY0Znyo7CU5

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-harvard-classics-shelf-2ae8e6aa -d '<json body>'
```

Example prompt: Can you pull up the Harvard Classics shelf and show me the top 30 books available, with links to read them in full?

## When to prefer this

Choose this endpoint when you need a curated, ranked list of the Harvard Classics specifically — 48 well-known public-domain works including Pride and Prejudice, The Scarlet Letter, and Don Quixote — with direct routes to full text. Prefer this over sibling shelves (gothic horror, politics, tragedies, etc.) when the user wants the broad canonical Harvard Classics collection rather than a genre-specific subset. No API key required, making it ideal for quick agent-accessible literary lookups.

## Known failure modes

- Requesting more than 50 books returns only the maximum 50
- Invalid limit type (non-integer) may cause a validation error
- Service unavailability returns a non-200 response with no book data
- Payment of 0.003 USDC not processed correctly via x402 results in 402 Payment Required

## How this service works

Curated shelf: Harvard Classics — 146 public-domain books including Pride and Prejudice, Crime and Punishment, Meditations. 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 Harvard Classics public-domain books, each entry including the book title and a drill-down route for full-text retrieval. No authentication or licensing required to access the content.

## 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": "Pride and Prejudice",
    "author": "Austen, Jane",
    "book_id": 1342,
    "subjects": [],
    "download_count": 136926
   }
  ],
  "count": 5,
  "shelf": "Harvard Classics",
  "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-harvard-classics-shelf-2ae8e6aa/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)
