# library.forgemesh.io – Married Women Fiction Shelf

> library.forgemesh.io – Married Women 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 curated public-domain fiction books featuring married women as central subjects, with drill-down routes for full-text retrieval.

## Facts

- Endpoint: POST https://library.forgemesh.io/married-women-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-women-fiction-shelf-ee5541f6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__p7qCE2kzvg2c51uTsUj-

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-women-fiction-shelf-ee5541f6 -d '<json body>'
```

Example prompt: Pull up the top 10 public-domain fiction books about married women from the library shelf — things like The Scarlet Letter, Anna Karenina, or Madame Bovary — so I can browse what's available.

## When to prefer this

Choose this endpoint when you need a pre-curated, ranked list of public-domain fiction books specifically about married women, without needing to supply search queries or keywords. It is ideal for browsing or seeding a reading list, as opposed to full-text search or open-ended literary queries.

## Known failure modes

- Invalid limit value (e.g. greater than 50 or negative) may return an error or clamp to default
- Network or service unavailability returns a non-200 response
- Payment failure via x402 protocol blocks access to the endpoint
- Empty or malformed request body may fall back to default limit of 20

## How this service works

Curated shelf: Married women -- Fiction — 10 public-domain books including The Scarlet Letter, Anna Karenina, Madame Bovary. 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 centered on married women, including titles like The Scarlet Letter, Anna Karenina, and Madame Bovary, along with drill-down routes that allow full-text retrieval 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": "The Scarlet Letter",
    "author": "Hawthorne, Nathaniel, 1804-1864",
    "book_id": 33,
    "subjects": [],
    "download_count": 22293
   }
  ],
  "count": 5,
  "shelf": "Married women -- 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-married-women-fiction-shelf-ee5541f6/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)
