# library.forgemesh.io — BL (Religion & Belief) Shelf

> library.forgemesh.io — BL (Religion & Belief) 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 50 public-domain books from the BL (Religion & Belief / Philosophy of Religion) shelf, with drill-down routes for full-text retrieval

## Facts

- Endpoint: POST https://library.forgemesh.io/bl
- 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-bl-religion-belief-shelf-93de254e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_90Feh03VAddpiTCqv7pi-

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-bl-religion-belief-shelf-93de254e -d '<json body>'
```

Example prompt: Can you give me a list of up to 30 public-domain books on religion and religious experience from the ForgeMesh library — I'm especially interested in classic texts on the philosophy of religion and spirituality.

## When to prefer this

Use this endpoint when you need a curated, ranked list of public-domain books specifically in the religion, belief, or philosophy of religion domain (BL Library of Congress classification). Prefer it over full-text search when you want to browse the whole shelf rather than search by keyword, and over other shelves when the user's interest is specifically religious studies, spirituality, or philosophy of religion.

## Known failure modes

- limit exceeds 50 — API may cap or return an error
- no books match the shelf criteria — empty list returned
- x402 payment failure — call blocked if USDC payment is not properly handled
- network timeout or service unavailability

## How this service works

Curated shelf: BL — 391 public-domain books including The Religious Experience of the Roman People From the Earliest Times to the Age of Augustus, Natural Law in the Spiritual World, The Varieties of Religious Experience: A Study in Human Nature. 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 books from the BL shelf (up to the requested limit, default 20, max 50), including book titles and drill-down route URLs for full-text retrieval. Books include titles such as The Religious Experience of the Roman People, Natural Law in the Spiritual World, and The Varieties of Religious Experience.

## 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 Religious Experience of the Roman People From the Earliest Times to the Age of Augustus",
    "author": "Fowler, W. Warde (William Warde)",
    "book_id": 23349,
    "subjects": [],
    "download_count": 10892
   }
  ],
  "count": 5,
  "shelf": "BL",
  "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-bl-religion-belief-shelf-93de254e/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)
