# ForgeMesh Library – Psychiatry & Psychology Shelf

> ForgeMesh Library – Psychiatry & Psychology 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-14).

Returns a ranked list of up to 50 public-domain psychiatry and psychology books with drill-down routes for full-text retrieval

## Facts

- Endpoint: POST https://library.forgemesh.io/psychiatry-psychology
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/forgemesh-library-psychiatry-psychology-shelf-f68b10a0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_hvwIdOrxVJZuPTayB7P7B

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-psychiatry-psychology-shelf-f68b10a0 -d '<json body>'
```

Example prompt: Can you pull up the top 10 public-domain psychiatry and psychology books available on ForgeMesh Library so I can browse the classics?

## When to prefer this

Choose this endpoint when you need a curated, ranked list of public-domain psychiatry and psychology books specifically — including classics like The Varieties of Religious Experience, The Anatomy of Melancholy, or The Psychology of Sleep — and want drill-down routes for full-text access without any API key or license requirement. Prefer this over general web search when you need reliable, structured bibliographic data on mental health classics that are copyright-free.

## Known failure modes

- Limit parameter exceeds 50 — API may cap or return an error
- No books match if the shelf is empty or unavailable — returns empty list
- Payment failure via x402 protocol prevents access
- Network timeout on the POST request

## How this service works

Curated shelf: Psychiatry/Psychology — 471 public-domain books including Psychotherapy, Essay on the Creative Imagination, Three Thousand Years of Mental Healing. Returns a ranked list with drill-down routes for full-text retrieval. No license, no API key required.

## Output

A ranked list of public-domain psychiatry and psychology books (up to the requested limit, default 20, max 50), including titles, authors, and drill-down routes that can be used to retrieve full text of each 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": "Psychotherapy",
    "author": "Münsterberg, Hugo",
    "book_id": 22775,
    "subjects": [],
    "download_count": 9898
   }
  ],
  "count": 5,
  "shelf": "Psychiatry/Psychology",
  "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-psychiatry-psychology-shelf-f68b10a0/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)
