# library.forgemesh.io — Art History & Architecture Shelf (N)

> library.forgemesh.io — Art History & Architecture Shelf (N) 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 on art history, architecture, and related topics (shelf 'N'), with drill-down routes for full-text retrieval.

## Facts

- Endpoint: POST https://library.forgemesh.io/n
- 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-art-history-architecture-shelf-n-695d5ba1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_R8iOcQYsuejuf746ELoBm

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-art-history-architecture-shelf-n-695d5ba1 -d '<json body>'
```

Example prompt: Can you show me up to 30 public-domain books on art history, painting, sculpture, and architecture from library.forgemesh.io's curated shelf?

## When to prefer this

Choose this endpoint when you need a curated, pre-ranked list of public-domain art history, painting, sculpture, or architecture texts rather than doing a free-text search across the whole corpus. It is ideal for browsing or building reading lists in the art history domain without needing a search query. Use the full-text search sibling endpoint if you need keyword or semantic search across all subjects.

## Known failure modes

- limit exceeds 50 — server may reject or cap the response
- no books match the shelf criteria — empty list returned
- payment of $0.003 USDC not fulfilled — 402 error blocking access
- network timeout if the corpus index is temporarily unavailable

## How this service works

Curated reading list on N for tutoring agents, quiz generators, and reading apps — 187 public-domain books (e.g. Lives of the Most Eminent Painters Sculptors and Architects, Vol. 01 (of 10) Cimabue to Agnolo Gaddi, A history of art in Chaldæa & Assyria, Vol. 1 (of 2), A History of Art for Beginners and Students: Painting, Sculpture, Architecture). Full-text retrieval with drill-down routes for chapters, quotes, and citations. No license, no API key required.

## Output

A ranked list of up to 50 public-domain book titles on art history, painting, sculpture, and architecture, including titles like 'Lives of the Most Eminent Painters Sculptors and Architects' and 'A History of Art for Beginners and Students', along with drill-down routes that can be used to retrieve full text of 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": "Lives of the Most Eminent Painters Sculptors and Architects, Vol. 01 (of 10) Cimabue to Agnolo Gaddi",
    "author": "Vasari, Giorgio",
    "book_id": 25326,
    "subjects": [],
    "download_count": 23867
   }
  ],
  "count": 5,
  "shelf": "N",
  "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-art-history-architecture-shelf-n-695d5ba1/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)
