# ForgeMesh Library – ND (Art & Pre-Raphaelite) Shelf

> ForgeMesh Library – ND (Art & Pre-Raphaelite) 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-16).

Returns a ranked list of up to 262 public-domain books in the ND subject category, including Leonardo Da Vinci notebooks, Pre-Raphaelite diaries, and Fra Angelico texts, with drill-down routes for full-text retrieval.

## Facts

- Endpoint: POST https://library.forgemesh.io/nd
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/forgemesh-library-nd-art-pre-raphaelite-shelf-f2da7307
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_k4phIJItj9BI-VOtzZVPv

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 forgemesh-library-nd-art-pre-raphaelite-shelf-f2da7307 -d '<json body>'
```

Example prompt: Can you pull up the curated list of public-domain art and Pre-Raphaelite books from the ForgeMesh library — show me the top 30 titles including Leonardo Da Vinci and Fra Angelico?

## When to prefer this

Choose this endpoint when you need a curated, ranked list of public-domain art history and visual arts books — particularly covering Leonardo Da Vinci, Pre-Raphaelite artists, Fra Angelico, and related classical art subjects. Prefer this over a general full-text search when you want to browse the whole ND shelf rather than search by keyword. Use it when you need drill-down routes for full-text access to multiple titles at once.

## Known failure modes

- Requesting more than 50 books at once — limit is capped at 50
- Network or payment failure via x402 protocol returning 402 status
- Shelf returns fewer results than expected if the corpus index is partially unavailable
- Invalid limit parameter type (non-integer) causing a schema validation error

## How this service works

Curated shelf: ND — 262 public-domain books including The Notebooks of Leonardo Da Vinci — Complete, Præraphaelite diaries and letters, Fra Angelico. 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 262 public-domain books in the ND (art history, visual arts) subject category, including titles like The Notebooks of Leonardo Da Vinci — Complete, Pre-Raphaelite diaries and letters, and Fra Angelico texts. Each entry includes drill-down routes enabling full-text retrieval of individual books.

## 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 Notebooks of Leonardo Da Vinci — Complete",
    "author": "Leonardo, da Vinci",
    "book_id": 5000,
    "subjects": [],
    "download_count": 18817
   }
  ],
  "count": 5,
  "shelf": "ND",
  "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/forgemesh-library-nd-art-pre-raphaelite-shelf-f2da7307/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)
