# ForgeMesh Library – Children's Picture Books Shelf

> ForgeMesh Library – Children's Picture Books 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 13 curated public-domain children's picture books with drill-down routes for full-text retrieval

## Facts

- Endpoint: POST https://library.forgemesh.io/children-s-picture-books
- 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/forgemesh-library-children-s-picture-books-shelf-5d785025
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_YkY-iZ6TPXl8trbNaOVDf

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-children-s-picture-books-shelf-5d785025 -d '<json body>'
```

Example prompt: Can you pull up the full list of classic children's picture books available on the ForgeMesh library shelf — I want to see all the public-domain titles like Peter Rabbit and Twas the Night Before Christmas, up to 13 books?

## When to prefer this

Choose this endpoint when you need a curated, pre-ranked list of public-domain children's picture books with direct links to full text, and you want zero licensing friction. Prefer it over a general web search when you need reliable, structured access to classic titles like Peter Rabbit or Twas the Night Before Christmas, and over generic book APIs when you specifically want picture books for children without authentication overhead.

## Known failure modes

- Payment not provided or insufficient USDC — request rejected with 402 status
- limit parameter exceeds maximum of 50 — may return error or be clamped
- Shelf temporarily unavailable — service error response
- limit set to 0 or negative integer — undefined or empty result

## How this service works

Curated shelf: Children's Picture Books — 172 public-domain books including The Tale of Peter Rabbit, Struwwelpeter: Merry Stories and Funny Pictures, The National Nursery Book With 120 illustrations. 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 13 public-domain children's picture books (including titles such as Twas the Night before Christmas, The Tale of Peter Rabbit, and Struwwelpeter), each entry accompanied by drill-down routes that enable full-text retrieval of the individual book. No API key or license required.

## 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 Tale of Peter Rabbit",
    "author": "Potter, Beatrix",
    "book_id": 14838,
    "subjects": [],
    "download_count": 18733
   }
  ],
  "count": 5,
  "shelf": "Children's Picture Books",
  "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-children-s-picture-books-shelf-5d785025/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)
