# free-books-world-war-1914-1918

> free-books-world-war-1914-1918 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).

Browse and download free public-domain books tagged with the Library of Congress subject 'World War, 1914-1918', ranked by relevance and popularity, with direct download links.

## Facts

- Endpoint: GET https://intel.rallylive.ca/library/subject/world-war-1914-1918
- 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-world-war-1914-1918-91444da1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_jP7BIJEGfuniR5TXAchuz

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-world-war-1914-1918-91444da1
```

Example prompt: Can you find me free public-domain books about World War 1 — specifically any by Siegfried Sassoon or Wilfred Owen — and give me epub download links?

## When to prefer this

Use this endpoint when you need to discover or download free, legally available public-domain books specifically about World War I (1914–1918), particularly from Project Gutenberg or Internet Archive. Prefer this over general web search when you want structured catalogue data with direct download links and popularity ranking, rather than raw web results.

## Known failure modes

- No results returned if keywords are too restrictive or misspelled
- Pagination beyond available pages returns empty results
- Occasional stale links if a book is removed from the source library between daily re-verification cycles
- HTTP 402 payment required if x402 payment is not provided

## How this service works

Free public-domain books on "World War, 1914-1918": browse the catalogue's works tagged with that Library of Congress subject (1,976 in Project Gutenberg alone, plus Internet Archive scans), ranked by relevance and popularity, with direct epub/txt/html download links. Add words to narrow by title or author. Re-verified daily. $0.01 per page of 20.

## Output

A paginated list (20 items per page) of public-domain books tagged with the Library of Congress subject 'World War, 1914-1918', sourced from Project Gutenberg and Internet Archive. Each entry includes title, author, relevance/popularity ranking, and direct download links in epub, txt, and/or html formats. Results can be filtered by title or author keywords.

## 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-world-war-1914-1918-91444da1/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)
