# library.forgemesh.io Architecture Shelf

> library.forgemesh.io Architecture 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 580 public-domain architecture books with drill-down routes for full-text retrieval

## Facts

- Endpoint: POST https://library.forgemesh.io/architecture
- 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-architecture-shelf-330f6beb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ax2iXorkKC4WTvEMgLo1r

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-architecture-shelf-330f6beb -d '<json body>'
```

Example prompt: Can you pull up the curated list of public-domain architecture books — give me the top 30 results with links so I can drill into the full texts?

## When to prefer this

Choose this endpoint when you need a curated, ranked list of public-domain architecture and art-criticism books — particularly Victorian-era and classical texts — without requiring an API key or license. Prefer it over general full-text search when you want a shelf-level browse rather than passage-level retrieval, and when cost per call ($0.003 USDC) is acceptable for structured discovery of up to 50 canonical works.

## Known failure modes

- Limit parameter exceeds 50 — likely clamped or rejected
- Network timeout if the corpus index is unavailable
- Empty result set if the shelf has no books matching internal ranking criteria
- Payment failure (x402) if USDC balance is insufficient

## How this service works

Curated shelf: Architecture — 580 public-domain books including The Crown of Wild Olive also Munera Pulveris; Pre-Raphaelitism; Aratra Pentelici; The Ethics of the Dust; Fiction, Fair and Foul; The Elements of Drawing, The Care of Books, A History of Art for Beginners and Students: Painting, Sculpture, Architecture. 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 architecture books (up to the requested limit, default 20, max 50), including titles such as The Crown of Wild Olive, The Elements of Drawing, and Pre-Raphaelitism, along with drill-down routes that allow the agent to fetch full text for each book.

## 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 Crown of Wild Olive also Munera Pulveris; Pre-Raphaelitism; Aratra Pentelici; The Ethics of the Dust; Fiction, Fair and Foul; The Elements of Drawing",
    "author": "Ruskin, John",
    "book_id": 26716,
    "subjects": [],
    "download_count": 23930
   }
  ],
  "count": 5,
  "shelf": "Architecture",
  "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-architecture-shelf-330f6beb/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)
