# Free Action & Adventure Audiobooks Library

> Free Action & Adventure Audiobooks Library 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 paginated listings of free public-domain Action & Adventure audiobooks from LibriVox with runtime, language, mp3/zip/RSS/archive.org links, filterable by title or author keywords.

## Facts

- Endpoint: GET https://intel.rallylive.ca/library/audiobooks/action-adventure
- 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-audiobooks-library-76407528
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_sSsgUSHOnVeDwK8_-T-9X

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-audiobooks-library-76407528
```

Example prompt: Can you find me free action and adventure audiobooks about Sherlock Holmes that I can download as mp3? Show me the first page of results.

## When to prefer this

Use this endpoint when you need free, legally downloadable public-domain audiobooks specifically in the Action & Adventure genre, with direct mp3 zip and RSS links sourced from LibriVox and Internet Archive. Prefer this over general book search APIs when the user explicitly wants free, downloadable audio and cares about genre filtering or author/title search within the adventure category.

## Known failure modes

- No results returned when keyword filter is too specific or misspelled
- Empty page response when requesting a page number beyond available results
- Rate-limit or payment failure if USDC payment is not properly attached
- Occasional stale links if an archive.org resource has moved since last daily verification

## How this service works

Free Action & Adventure audiobooks: public-domain recordings in LibriVox's "Action & Adventure" genre (561 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 JSON list (20 items per page) of public-domain Action & Adventure audiobooks sourced from LibriVox and Internet Archive, each entry including the audiobook title, author, total runtime, language, and direct download links (mp3 zip, RSS feed, archive.org page). Results are re-verified daily and filterable by title or author keyword.

## 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-audiobooks-library-76407528/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)
