# ForgeMesh Library – Paris (France) Fiction Shelf

> ForgeMesh Library – Paris (France) 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 fiction books set in or about Paris, France, with drill-down routes for full-text retrieval.

## Facts

- Endpoint: POST https://library.forgemesh.io/paris-france-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/forgemesh-library-paris-france-fiction-shelf-8630de76
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_kdm0tFWaUEaLaijR30OTZ

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-paris-france-fiction-shelf-8630de76 -d '<json body>'
```

Example prompt: Can you pull up the top 30 public-domain fiction books set in Paris from the ForgeMesh library shelf so I can browse what's available?

## When to prefer this

Choose this endpoint when you need a curated, ranked catalog of public-domain fiction books specifically associated with Paris or France, and want drill-down links for full-text access. Prefer this over a full-text search endpoint when you want to browse the shelf broadly rather than search for specific passages or keywords.

## Known failure modes

- limit parameter exceeds 50 — may return an error or be clamped to maximum
- payment failure via x402 protocol results in 402 response and no book list
- invalid limit type (non-integer) causes a validation error
- service unavailable results in 5xx response with no data

## How this service works

Curated shelf: Paris (France) -- Fiction — 139 public-domain books including Camille (La Dame aux Camilias), The Phantom of the Opera, Les Misérables. 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 fiction books associated with Paris, France, each entry including the book title, author, and a drill-down route that can be used to retrieve the full text of that book.

## 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": "Camille (La Dame aux Camilias)",
    "author": "Dumas, Alexandre",
    "book_id": 1608,
    "subjects": [],
    "download_count": 33277
   }
  ],
  "count": 5,
  "shelf": "Paris (France) -- 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/forgemesh-library-paris-france-fiction-shelf-8630de76/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)
