# ForgeMesh Library – NK (Decorative Arts) Shelf

> ForgeMesh Library – NK (Decorative Arts) 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-15).

Returns a ranked list of up to 50 public-domain books in the NK (decorative arts & design) category, with drill-down routes for full-text retrieval.

## Facts

- Endpoint: POST https://library.forgemesh.io/nk
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/forgemesh-library-nk-decorative-arts-shelf-75317e3f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_UtRdI3Nixcef8lIeicYE2

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-nk-decorative-arts-shelf-75317e3f -d '<json body>'
```

Example prompt: Can you give me a list of up to 30 public-domain books from the decorative arts shelf — things like tapestry, wood carving, and household design — so I can browse what's available?

## When to prefer this

Choose this endpoint when you need a curated, ranked list of public-domain books specifically in the NK (decorative arts, design, crafts) subject area. It is ideal for browsing or enumerating available titles before drilling down into full text. Prefer it over a full-text search endpoint when you want a shelf overview rather than passage-level results, and over general web search when you need guaranteed public-domain status and structured drill-down routes.

## Known failure modes

- Limit parameter exceeds 50 — may return an error or be capped at 50
- Payment not processed or insufficient USDC — returns 402 Payment Required
- Invalid limit value (non-integer) — returns a validation error
- Service temporarily unavailable — returns 5xx error

## How this service works

Curated shelf: NK — 161 public-domain books including The Tapestry Book, Wood-Carving: Design and Workmanship, Chats on Household Curios. 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 50 public-domain book entries in the NK (decorative arts) Dewey category, each with metadata such as title and drill-down route URLs for full-text retrieval. The list is ordered by relevance or historical popularity.

## 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 Tapestry Book",
    "author": "Candee, Helen Churchill",
    "book_id": 26151,
    "subjects": [],
    "download_count": 11547
   }
  ],
  "count": 5,
  "shelf": "NK",
  "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-nk-decorative-arts-shelf-75317e3f/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)
