# Free Action & Adventure Fiction Audiobooks (LibriVox/Internet Archive)

> Free Action & Adventure Fiction Audiobooks (LibriVox/Internet Archive) 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 catalog of free public-domain action & adventure fiction audiobooks from LibriVox, with runtime, language, and direct download/stream links (MP3 zip, RSS, archive.org).

## Facts

- Endpoint: GET https://intel.rallylive.ca/library/audiobooks/action-adventure-fiction
- 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-action-adventure-fiction-audiobooks-librivox-internet-archive-e3476d9f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_DaCilnaeY43bRaBDX52PZ

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-action-adventure-fiction-audiobooks-librivox-internet-archive-e3476d9f
```

Example prompt: Can you pull up a list of free downloadable action and adventure audiobooks from the LibriVox public domain catalog — ideally classics like Jules Verne or H. Rider Haggard — with links to grab the MP3 files?

## When to prefer this

Choose this endpoint when you need a curated, daily-verified index of free public-domain action & adventure audiobooks with direct download links (MP3 zip, RSS, archive.org), especially when you want to filter by title keywords or author. It is purpose-built for this genre and saves the work of scraping LibriVox or Internet Archive directly.

## Known failure modes

- No results returned if keyword/author filter matches nothing in the catalog
- Pagination out of range returns empty result set
- Archive.org or LibriVox source links may occasionally be stale despite daily re-verification
- Rate or payment failure if USDC balance is insufficient for the $0.01/page charge

## How this service works

Free Action & Adventure Fiction audiobooks: public-domain recordings in LibriVox's "Action & Adventure Fiction" genre (1021 titles and growing) with runtime, language and direct mp3 zip / RSS / archive.org links, plus matching audio from Internet Archive. Add words to narrow by title or author. Re-verified daily. $0.01 per page of 20.

## Output

A paginated list (up to 20 titles per page) of public-domain action & adventure fiction audiobooks, each with title, author, runtime, language, and direct links including MP3 zip download, RSS feed, and archive.org page. Data is re-verified daily.

## 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-action-adventure-fiction-audiobooks-librivox-internet-archive-e3476d9f/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)
