# library.forgemesh.io — Curated Shelf: Q

> library.forgemesh.io — Curated Shelf: Q 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 211 public-domain books on subjects starting with 'Q', with drill-down routes for full-text retrieval

## Facts

- Endpoint: POST https://library.forgemesh.io/q
- 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-curated-shelf-q-74af5387
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_pl0y2Y8KbL62oS4NVZDKv

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-curated-shelf-q-74af5387 -d '<json body>'
```

Example prompt: Show me up to 30 public-domain books from the Q shelf on the Forgemesh library — I'm interested in popular science and nature study titles.

## When to prefer this

Choose this endpoint when you need to browse or enumerate the curated Q-subject public-domain book collection on Forgemesh, particularly for science, natural history, or education texts. Prefer the full-text search endpoint instead if you need keyword or semantic search across all books; use this when you want a ranked shelf listing for the Q category specifically.

## Known failure modes

- limit exceeds maximum of 50 — clamp or return error
- empty result if shelf has no matching entries
- payment failure via x402 protocol if USDC balance is insufficient
- network timeout on the POST request

## How this service works

Curated shelf: Q — 211 public-domain books including More Science from an Easy Chair, Ontario Teachers' Manuals: Nature Study, Sir Jagadis Chunder Bose, His Life and Speeches. 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 Q subject shelf (up to 50 entries), each with title, author, and drill-down route URLs for full-text retrieval. Up to 211 books are indexed in this shelf.

## 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": "More Science from an Easy Chair",
    "author": "Lankester, E. Ray (Edwin Ray), Sir",
    "book_id": 27015,
    "subjects": [],
    "download_count": 10013
   }
  ],
  "count": 5,
  "shelf": "Q",
  "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-curated-shelf-q-74af5387/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)
