# free-films-1930s

> free-films-1930s 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 list of free, public-domain or free-licensed films from the 1930s sourced from Internet Archive, sorted by most downloaded, with metadata including year, creator, rights status, and download directory.

## Facts

- Endpoint: GET https://intel.rallylive.ca/library/films/1930s
- 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-films-1930s-6d937696
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_DII10OHFivVPKGKiuMxmV

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-films-1930s-6d937696
```

Example prompt: Can you find me free public-domain feature films from the 1930s about gangsters that I can legally download?

## When to prefer this

Use this endpoint when you need a curated, daily-verified list of legally free 1930s films with full metadata (year, creator, rights status, download link) from Internet Archive, especially when you want to filter by keyword and get the most popular titles first. Prefer this over directly querying Internet Archive when you want pre-processed, structured results without building your own scraper.

## Known failure modes

- No results returned if keyword filter is too narrow or misspelled
- Payment failure if USDC balance is insufficient for the $0.01 per page fee
- Empty result set if the queried combination of keywords yields no matching 1930s films
- Rate limiting or API unavailability on the intel.rallylive.ca server

## How this service works

Free films of the 1930s: public-domain and free-licensed feature films, shorts, newsreels and archival footage released 1930-1939, from Internet Archive, most downloaded first, each with year, creator, rights status and the download directory. Add words to narrow. Re-verified daily. $0.01 per page of 20.

## Output

A paginated list (20 items per page) of films from the 1930s, each entry including the film title, release year, creator/director, rights status (public domain or free license), and a link to the Internet Archive download directory. Results are sorted by most downloaded first and are 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-films-1930s-6d937696/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)
