# library.forgemesh.io Erotic Fiction Shelf

> library.forgemesh.io Erotic 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 9 public-domain erotic fiction books with drill-down routes for full-text retrieval

## Facts

- Endpoint: POST https://library.forgemesh.io/erotic-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-forgemesh-io-erotic-fiction-shelf-21896b8b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_RRMf2tbloPd4KnCw6REMR

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-forgemesh-io-erotic-fiction-shelf-21896b8b -d '<json body>'
```

Example prompt: Can you pull up the ForgemMesh library's erotic fiction shelf and show me up to 9 ranked classic titles like Ulysses and The Romance of Lust, including the links I'd use to read the full text?

## When to prefer this

Choose this endpoint when you need a curated, ranked list of public-domain erotic fiction titles with navigation routes for full-text access, specifically covering the 9-book ForgemMesh erotic fiction shelf. Prefer this over generic web searches when you want structured, machine-readable results with direct drill-down links, or when you need known titles like Ulysses, The Romance of Lust, or The Kama Sutra without scraping effort.

## Known failure modes

- Payment failure (x402 protocol): insufficient USDC balance or payment not processed
- limit parameter out of range (e.g. >50): may return error or clamp to maximum
- Server unavailable: endpoint unreachable, no list returned
- Empty result: corpus indexing issue returns empty ranked list

## How this service works

Curated shelf: Erotic Fiction — 9 public-domain books including Ulysses, The Romance of Lust: A classic Victorian erotic novel, The Kama Sutra of Vatsyayana
Translated From the Sanscrit in Seven Parts With Preface, Introduction and Concluding Remarks. 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 9 public-domain erotic fiction books (defaulting to the full shelf), each entry including book title and a drill-down route URL for full-text retrieval. Known titles include Ulysses by James Joyce, The Romance of Lust, and The Kama Sutra of Vatsyayana.

## 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": "Ulysses",
    "author": "Joyce, James, 1882-1941",
    "book_id": 4300,
    "subjects": [],
    "download_count": 9860
   }
  ],
  "count": 5,
  "shelf": "Erotic Fiction",
  "coverage": {
   "target": 860,
   "indexed": 860
  },
  "drill_down": [
   "/book-metadata",
   "/book-chapter",
   "/book-quotes",
   "/literature-search"
  ]
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/library-forgemesh-io-erotic-fiction-shelf-21896b8b/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)
