# ForgeMesh Library – Man-Woman Relationships Fiction Shelf

> ForgeMesh Library – Man-Woman Relationships 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 man-woman relationships, with drill-down routes for full-text retrieval.

## Facts

- Endpoint: POST https://library.forgemesh.io/man-woman-relationships-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/forgemesh-library-man-woman-relationships-fiction-shelf-8afb324c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_SLk-1LGO0dnMZs11gEjV3

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-man-woman-relationships-fiction-shelf-8afb324c -d '<json body>'
```

Example prompt: Can you pull up a list of public-domain fiction books about man-woman relationships from the ForgeMesh library — give me the top 10?

## When to prefer this

Choose this endpoint when you need a curated, pre-ranked list of public-domain fiction specifically themed around man-woman relationships, with ready-made drill-down routes for full text — rather than a general book search engine or a different ForgeMesh genre shelf.

## Known failure modes

- Requesting more than 50 books returns an error or is clamped to the maximum
- Invalid limit type (non-integer) may result in a validation error
- Network or payment processing failure returns a non-2xx status
- Shelf may return fewer than the requested limit if the catalog has fewer qualifying titles

## How this service works

Curated reading list on Man-woman relationships -- Fiction for tutoring agents, quiz generators, and reading apps — 908 public-domain books (e.g. What Will People Say? A Novel, Manon Lescaut, A farewell to arms). Full-text retrieval with drill-down routes for chapters, quotes, and citations. No license, no API key required.

## Output

A ranked list of public-domain fiction books themed around man-woman relationships (up to 50 entries), each with title, author, ranking, and drill-down routes that link to full-text retrieval endpoints.

## 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": "What Will People Say? A Novel",
    "author": "Hughes, Rupert",
    "book_id": 38311,
    "subjects": [],
    "download_count": 43618
   }
  ],
  "count": 5,
  "shelf": "Man-woman relationships -- 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/forgemesh-library-man-woman-relationships-fiction-shelf-8afb324c/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)
