# library.forgemesh.io – Fathers and Daughters Fiction Shelf

> library.forgemesh.io – Fathers and Daughters Fiction 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 9 public-domain books tagged 'Fathers and daughters -- Fiction', with drill-down routes for full-text retrieval.

## Facts

- Endpoint: POST https://library.forgemesh.io/fathers-and-daughters-fiction
- 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-fathers-and-daughters-fiction-shelf-16af3e05
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_anLHL3EO4FHje5iRYgF_C

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-fathers-and-daughters-fiction-shelf-16af3e05 -d '<json body>'
```

Example prompt: Can you pull up the curated list of classic public-domain novels about fathers and daughters from library.forgemesh.io — show me all of them, up to 50 results?

## When to prefer this

Choose this endpoint when you need a pre-curated, ranked list of classic public-domain fiction specifically themed around fathers and daughters, without needing to build or maintain your own catalog. It is ideal for literary discovery, reading list generation, or seeding a full-text retrieval workflow, and requires no API key — only a small per-call USDC payment.

## Known failure modes

- Requesting more than 50 books returns an error or is capped at the maximum
- Invalid limit type (non-integer) may cause a 400 bad request
- Service unavailability or payment failure via x402 protocol results in no data returned
- Corpus is fixed at 9 books, so small limit values may not reflect the full shelf

## How this service works

Curated shelf: Fathers and daughters -- Fiction — 9 public-domain books including Jane Eyre: An Autobiography, Emma, Silas Marner. 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 9 (or up to `limit`) public-domain books tagged 'Fathers and daughters -- Fiction', including titles such as Jane Eyre, Emma, and Silas Marner, along with metadata and drill-down routes for fetching their full text.

## 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": "Jane Eyre: An Autobiography",
    "author": "Brontë, Charlotte, 1816-1855",
    "book_id": 1260,
    "subjects": [],
    "download_count": 16805
   }
  ],
  "count": 5,
  "shelf": "Fathers and daughters -- Fiction",
  "coverage": {
   "target": 860,
   "indexed": 860
  },
  "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-fathers-and-daughters-fiction-shelf-16af3e05/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)
