# ForgeMesh Library — Science & Physics Shelf

> ForgeMesh Library — Science & Physics 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 Science and Physics books with drill-down routes for full-text retrieval

## Facts

- Endpoint: POST https://library.forgemesh.io/science-physics
- 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-science-physics-shelf-55bf9cbb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_1yylJ-RUIgi3Mq_aEg1UJ

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-science-physics-shelf-55bf9cbb -d '<json body>'
```

Example prompt: Can you give me a list of the top 30 public-domain science and physics books available — I want titles I can drill into and read the full text?

## When to prefer this

Choose this endpoint when you need a curated, pre-ranked list of public-domain Science and Physics books specifically, rather than doing a full-text keyword search across the entire corpus. It is ideal for browsing or seeding a reading list without knowing specific titles in advance. Prefer it over the full-text search endpoint when the goal is discovery of titles rather than retrieval of specific passages.

## Known failure modes

- limit parameter exceeds 50 — likely returns an error or clamps to max
- limit set to 0 or negative integer — may return empty list or error
- Service temporarily unavailable — HTTP 5xx response
- Payment not completed via x402 protocol — request rejected before content is served

## How this service works

Curated shelf: Science - Physics — 510 public-domain books including The Notebooks of Leonardo Da Vinci — Complete, Steam, Its Generation and Use, The Story of the Heavens. 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 Science and Physics book entries, each with metadata (title, author) and drill-down routes that allow the agent to fetch full text for individual books. No authentication 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 Notebooks of Leonardo Da Vinci — Complete",
    "author": "Leonardo, da Vinci",
    "book_id": 5000,
    "subjects": [],
    "download_count": 18817
   }
  ],
  "count": 5,
  "shelf": "Science - Physics",
  "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-science-physics-shelf-55bf9cbb/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)
