# free-books-american-wit-and-humor

> free-books-american-wit-and-humor 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 retrieve free public-domain books tagged with the Library of Congress subject 'American wit and humor', with download links and popularity rankings.

## Facts

- Endpoint: GET https://intel.rallylive.ca/library/subject/american-wit-and-humor
- 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-american-wit-and-humor-40ec5615
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_hawmt1CdGpNm4uyy18Cbu

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-american-wit-and-humor-40ec5615
```

Example prompt: Show me the most popular free public-domain books tagged 'American wit and humor' — I want epub or txt download links for the top results on page one.

## When to prefer this

Choose this endpoint when you specifically need free, public-domain books categorized under the Library of Congress 'American wit and humor' subject heading, with verified download links across formats (epub, txt, html). Prefer it over general web search when you want pre-curated, rights-confirmed results from Project Gutenberg and Internet Archive, re-verified daily, with relevance and popularity ranking and the ability to filter by title or author keywords.

## Known failure modes

- No results returned if query keywords match no titles or authors in the catalogue
- Empty page response if page number exceeds available results
- Stale download links if a source (Project Gutenberg/Internet Archive) restructures URLs between daily re-verification cycles
- Payment failure if USDC balance is insufficient for the $0.01 per call fee

## How this service works

Free public-domain books on "American wit and humor": browse the catalogue's works tagged with that Library of Congress subject (202 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 per page) of public-domain works tagged with the Library of Congress subject 'American wit and humor', including titles, authors, relevance and popularity rankings, rights status, last-verified dates, and direct download links in epub, txt, and html formats. The catalogue draws from Project Gutenberg (202+ works) and Internet Archive scans.

## 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-american-wit-and-humor-40ec5615/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)
