# library.forgemesh.io Christian Fiction Shelf

> library.forgemesh.io Christian 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 157 public-domain Christian fiction books with drill-down routes for full-text retrieval

## Facts

- Endpoint: POST https://library.forgemesh.io/christian-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-christian-fiction-shelf-59544176
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_9ugmIEqpK6L-eG5t7I9g6

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-christian-fiction-shelf-59544176 -d '<json body>'
```

Example prompt: Can you pull up a list of classic public-domain Christian fiction books — maybe around 20 titles — including things like Pilgrim's Progress or The Grand Inquisitor, along with links so I can read the full texts?

## When to prefer this

Choose this endpoint when you need a curated, pre-ranked list of public-domain Christian fiction books and want drill-down access to full texts, without requiring any API key or license. Prefer it over general full-text search when the user wants to browse or discover titles within the Christian fiction genre rather than search for a specific passage or keyword.

## Known failure modes

- limit exceeds 50 — response may clamp or error
- payment not included or insufficient USDC — x402 payment required error
- malformed JSON body — 400 bad request
- network or service outage — 5xx error
- empty result if corpus index is unavailable

## How this service works

Curated shelf: Christian fiction — 157 public-domain books including Parables from flowers, The Grand Inquisitor, The Pilgrim's Progress from this world to that which is to come Delivered under the similitude of a dream, by John Bunyan. 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 Christian fiction titles (default 20), each accompanied by drill-down routes that allow the agent to retrieve the full text of individual books. The corpus includes 157 works such as Pilgrim's Progress, The Grand Inquisitor, and Parables from Flowers.

## 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": "Parables from flowers",
    "author": "Dyer, Gertrude P.",
    "book_id": 27718,
    "subjects": [],
    "download_count": 4290
   }
  ],
  "count": 5,
  "shelf": "Christian 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-christian-fiction-shelf-59544176/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)
