# library.forgemesh.io Married People Fiction Shelf

> library.forgemesh.io Married People 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-15).

Returns a ranked list of up to 50 public-domain fiction books themed around married people, with drill-down routes for full-text retrieval.

## Facts

- Endpoint: POST https://library.forgemesh.io/married-people-fiction
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/library-forgemesh-io-married-people-fiction-shelf-50ec4d2f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_2UOWsgFVtfeR8LglEarNr

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-married-people-fiction-shelf-50ec4d2f -d '<json body>'
```

Example prompt: Can you pull up the top 10 public-domain fiction books about married people from the library.forgemesh.io curated shelf?

## When to prefer this

Choose this endpoint when you need a curated, pre-ranked list of public-domain fiction books specifically themed around married people, without needing to construct a search query. It is ideal for discovery use cases where you want a ready-made shortlist of canonical works like Jane Eyre, Ulysses, or Ethan Frome, and need drill-down routes to access full texts. Prefer this over a general book search API when the marriage/fiction theme is precisely what you need and you want no licensing or API key overhead.

## Known failure modes

- limit parameter exceeds 50 — likely returns an error or clamps to max
- limit set to 0 or negative — may return empty list or error
- payment not included or insufficient — returns 402 Payment Required
- service temporarily unavailable — returns 5xx error

## How this service works

Curated shelf: Married people -- Fiction — 141 public-domain books including Middlemarch, Jane Eyre: An Autobiography, The Secret Adversary. 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 fiction books themed around married people, each entry including the book title, author, rank, and a drill-down route that can be used to retrieve the full text of that 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": "Middlemarch",
    "author": "Eliot, George",
    "book_id": 145,
    "subjects": [],
    "download_count": 75709
   }
  ],
  "count": 5,
  "shelf": "Married people -- Fiction",
  "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-married-people-fiction-shelf-50ec4d2f/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)
