# ForgemeshLibrary /t — Curated Shelf: Letter T

> ForgemeshLibrary /t — Curated Shelf: Letter T 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 193 public-domain books whose catalog entry starts with the letter T, with drill-down routes for full-text retrieval.

## Facts

- Endpoint: POST https://library.forgemesh.io/t
- 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/forgemeshlibrary-t-curated-shelf-letter-t-53129402
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_48KGdJSGJXHmjRusA-E5a

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 forgemeshlibrary-t-curated-shelf-letter-t-53129402 -d '<json body>'
```

Example prompt: Show me up to 30 public-domain books from the T shelf on the Forgemesh library so I can pick one to read.

## When to prefer this

Choose this endpoint when you need to browse or list public-domain books whose catalog entry falls under the letter T specifically, rather than performing a full-text keyword search. It is ideal for discovery workflows where you want to enumerate available titles from a curated shelf rather than search by content.

## Known failure modes

- limit parameter out of range (>50) may return an error or be capped
- empty or malformed request body may return default 20 results or an error
- service unavailable if the library backend is down
- payment failure (x402) if USDC micropayment is not processed correctly

## How this service works

Curated shelf: T — 193 public-domain books. 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 book entries from the T catalog shelf (default 20), each with metadata and a drill-down route that can be used to fetch the full text of the 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": "Mechanical Drawing Self-Taught Comprising instructions in the selection and preparation of drawing instruments, elementary instruction in practical mechanical drawing; together with examples in simple geometry and elementary mechanism, including screw threads, gear wheels, mechanical motions, engines and boilers",
    "author": "Rose, Joshua",
    "book_id": 23319,
    "subjects": [],
    "download_count": 15605
   }
  ],
  "count": 5,
  "shelf": "T",
  "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/forgemeshlibrary-t-curated-shelf-letter-t-53129402/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)
