# ForgeMesh Library — PE Curated Shelf

> ForgeMesh Library — PE Curated 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 249 public-domain books categorized under 'PE' (physical education / language topics), with drill-down routes for full-text retrieval.

## Facts

- Endpoint: POST https://library.forgemesh.io/pe
- 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-pe-curated-shelf-53e0fd3f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_mpUlvn6J9-vzrugnrdiS8

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-pe-curated-shelf-53e0fd3f -d '<json body>'
```

Example prompt: Can you give me a list of up to 30 public-domain books from the PE shelf on ForgeMesh Library — things like classic dictionaries and English grammar texts?

## When to prefer this

Choose this endpoint when you need a curated, ranked list of public-domain books specifically in the PE subject category (English language, grammar, dictionaries, readers) and want drill-down routes for full-text access. Prefer this over full-text search when you want to browse the entire shelf rather than search for specific passages or keywords.

## Known failure modes

- Requesting a limit above 50 may be capped or rejected
- If the shelf has no results for the query parameters, an empty list is returned
- Payment failure (x402) if the 0.003 USDC transaction is not completed
- Network timeout if the service is temporarily unavailable

## How this service works

Curated shelf: PE — 249 public-domain books including Chambers's Twentieth Century Dictionary (part 1 of 4: A-D), The Comic English Grammar: A New And Facetious Introduction To The English Tongue, The Ontario High School Reader. 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 249 public-domain books from the PE subject shelf, including titles such as Chambers's Twentieth Century Dictionary (part 1: A-D), The Comic English Grammar, and The Ontario High School Reader. Each entry includes drill-down routes enabling full-text retrieval of the book contents.

## 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": "Chambers's Twentieth Century Dictionary (part 1 of 4: A-D)",
    "author": "Unknown",
    "book_id": 37683,
    "subjects": [],
    "download_count": 20939
   }
  ],
  "count": 5,
  "shelf": "PE",
  "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-pe-curated-shelf-53e0fd3f/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)
