# ForgeMesh Library – Nobel Prizes in Literature Shelf

> ForgeMesh Library – Nobel Prizes in 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-14).

Returns a ranked list of up to 20 public-domain books by Nobel Prize in Literature winners, with drill-down routes for full-text retrieval.

## Facts

- Endpoint: POST https://library.forgemesh.io/nobel-prizes-in-literature
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/forgemesh-library-nobel-prizes-in-literature-shelf-4a4313b7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_atleBM6DbZuI8mFI3HZup

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-nobel-prizes-in-literature-shelf-4a4313b7 -d '<json body>'
```

Example prompt: Can you pull up the curated list of Nobel Prize in Literature books from ForgeMesh Library — show me up to 20 titles with links so I can read them?

## When to prefer this

Choose this endpoint when you need a curated, pre-ranked list of Nobel Prize in Literature public-domain titles specifically, without requiring an API key or license. Ideal when you want structured access to a known canonical set of literary classics (Pygmalion, Siddhartha, The Jungle Book, etc.) with drill-down routes for full-text retrieval, rather than searching a broad general-purpose library catalog.

## Known failure modes

- Limit parameter exceeds 50 — likely returns error or clamps to max
- Payment not processed (x402) — request rejected before data is returned
- Network timeout or service unavailability returns no list
- Invalid input type for limit field causes schema validation error

## How this service works

Curated shelf: Nobel Prizes in Literature — 525 public-domain books including A farewell to arms, The Red Lily — Complete, The Lock and Key Library: Classic Mystery and Detective Stories: Modern English. 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 20 (or up to 50 if requested) public-domain books by Nobel Prize in Literature winners, including titles such as Pygmalion, Siddhartha, and The Jungle Book, along with drill-down routes that can be used to retrieve the full text 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": "A farewell to arms",
    "author": "Hemingway, Ernest",
    "book_id": 75201,
    "subjects": [],
    "download_count": 40474
   }
  ],
  "count": 5,
  "shelf": "Nobel Prizes in Literature",
  "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-nobel-prizes-in-literature-shelf-4a4313b7/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)
