# Library ForegeMesh – Siblings Juvenile Fiction Shelf

> Library ForegeMesh – Siblings Juvenile Fiction 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 50 public-domain juvenile fiction books with sibling themes, with drill-down routes for full-text retrieval

## Facts

- Endpoint: POST https://library.forgemesh.io/siblings-juvenile-fiction
- 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-foregemesh-siblings-juvenile-fiction-shelf-d121df7e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_NmTKPh90K388lJVR7rU5R

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-foregemesh-siblings-juvenile-fiction-shelf-d121df7e -d '<json body>'
```

Example prompt: Can you pull up the top 30 public-domain juvenile fiction books about siblings from the ForegeMesh library shelf? I want a ranked list with links to read the full texts.

## When to prefer this

Choose this endpoint when you need a curated, ranked list of public-domain juvenile fiction books specifically focused on sibling themes, without needing a search query — ideal for browsing or building a reading list. Prefer full-text search endpoints if you need to find passages within books or search by keyword across the entire corpus.

## Known failure modes

- Invalid limit value (e.g. limit > 50 or non-integer) may return an error or be clamped
- Service unavailable if the library backend is down
- Empty result list if the shelf index has not been populated
- Payment failure if USDC balance is insufficient for the $0.003 per-call fee

## How this service works

Curated shelf: Siblings -- Juvenile fiction — 342 public-domain books including The Curlytops on Star Island; Or, Camping out with Grandpa, Prudy Keeping House, The Curlytops and Their Playmates; Or, Jolly Times Through the Holidays. 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 juvenile fiction books with sibling themes, including titles like 'The Curlytops on Star Island', 'Prudy Keeping House', and 'The Curlytops and Their Playmates', along with drill-down routes for retrieving each book's full text.

## 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 Curlytops on Star Island; Or, Camping out with Grandpa",
    "author": "Garis, Howard Roger",
    "book_id": 25477,
    "subjects": [],
    "download_count": 6978
   }
  ],
  "count": 5,
  "shelf": "Siblings -- Juvenile fiction",
  "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-foregemesh-siblings-juvenile-fiction-shelf-d121df7e/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)
