# free-books-in-latin

> free-books-in-latin is a paid API for AI agents from intel.rallylive.ca, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Returns a paginated catalogue of free public-domain and open-licensed Latin-language books from Project Gutenberg and Internet Archive, sorted by popularity, with download links.

## Facts

- Endpoint: GET https://intel.rallylive.ca/library/language/la
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/free-books-in-latin-0c506672
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_l0QvGoFpF68GzDJRoJmkN

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 free-books-in-latin-0c506672
```

Example prompt: Can you find me the most popular free Latin books available to download — ideally ones I can get as epub or txt files?

## When to prefer this

Choose this endpoint when you specifically need free, publicly available Latin-language texts with direct download links, especially when you want results ranked by popularity or need to search within Latin titles, authors, and subjects. Prefer this over generic book search APIs when Latin-language filtering and public-domain status are required.

## Known failure modes

- No results found for overly narrow search terms
- Rate limiting or payment failure if USDC balance is insufficient
- Empty result set for very obscure queries not covered by source catalogues
- Stale data if re-verification pipeline has a delay

## How this service works

Free books in Latin: public-domain and free-licensed Latin-language works from Project Gutenberg and Internet Archive with download links (epub, txt, html, scans), most popular first; add words to search within Latin titles, authors and subjects. Re-verified daily. $0.01 per page of 20.

## Output

A paginated list (20 per page) of Latin-language public-domain and free-licensed books, including titles, authors, subjects, popularity ranking, and download links in formats such as epub, txt, html, and scanned images. Data is re-verified daily from Project Gutenberg and Internet Archive.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/free-books-in-latin-0c506672/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from intel.rallylive.ca](https://www.zero.xyz/host/intel.rallylive.ca/llms.txt)
