# library.forgemesh.io – Triangles (Interpersonal Relations) Fiction Shelf

> library.forgemesh.io – Triangles (Interpersonal Relations) 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-14).

Returns a ranked list of up to 50 public-domain fiction books on the theme of interpersonal triangles, with drill-down routes for full-text retrieval.

## Facts

- Endpoint: POST https://library.forgemesh.io/triangles-interpersonal-relations-fiction
- 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/library-forgemesh-io-triangles-interpersonal-relations-fiction-shelf-0ee23fa6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_FuY_ECkApE_buePUE4Sb3

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-triangles-interpersonal-relations-fiction-shelf-0ee23fa6 -d '<json body>'
```

Example prompt: Can you pull up the curated shelf of public-domain fiction about interpersonal triangles — things like The Scarlet Letter and Wuthering Heights — and show me the top 10 titles with links to the full texts?

## When to prefer this

Choose this endpoint when you need a pre-curated, ranked list of public-domain fiction specifically themed around interpersonal triangles without needing to search or filter by keyword. It is ideal when the user wants classic literary recommendations in this niche (e.g. The Scarlet Letter, Wuthering Heights) and requires free full-text access via drill-down routes. Prefer over general book search APIs when no API key setup is desired and the thematic focus is interpersonal triangle fiction.

## Known failure modes

- limit parameter exceeds 50 — may return an error or clamp to maximum
- payment not processed — x402 payment required before content is returned
- service unavailable — network or host downtime returns a 5xx error
- empty result — unlikely given fixed curated shelf but possible if corpus changes

## How this service works

Curated shelf: Triangles (Interpersonal relations) -- Fiction — 158 public-domain books including The History of Sir Richard Calmady: A Romance, What Will People Say? A Novel, The Mystery of Edwin Drood. Returns a ranked list with drill-down routes for full-text retrieval. No license, no API key required.

## Output

A ranked list of public-domain fiction books themed around interpersonal triangles (e.g. The Scarlet Letter, Wuthering Heights, Ethan Frome), with titles, authors, rank positions, and drill-down routes for full-text retrieval. Up to 50 books returned per call.

## 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 History of Sir Richard Calmady: A Romance",
    "author": "Malet, Lucas",
    "book_id": 23784,
    "subjects": [],
    "download_count": 45009
   }
  ],
  "count": 5,
  "shelf": "Triangles (Interpersonal relations) -- 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-triangles-interpersonal-relations-fiction-shelf-0ee23fa6/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)
