# free-films-1970s

> free-films-1970s 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 1970s 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/1970s
- 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-1970s-f964f421
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_uL0VlFgWfRC8llbkCz9ue

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-1970s-f964f421
```

Example prompt: Can you find me a list of free public-domain feature films from the 1970s? Maybe narrow it down to horror films if possible.

## When to prefer this

Use this endpoint when you need to discover or list legally free (public domain or free-licensed) films specifically from the 1970s decade, especially when download rights matter. Prefer this over general film databases when you need confirmed rights status and direct download links rather than just metadata or streaming links.

## Known failure modes

- No results found for overly narrow keyword filter
- Endpoint returns empty list if no 1970s films match the query term
- Payment failure if $0.01 USDC per call is not supplied via x402 protocol
- Rate limiting or timeout if the upstream Internet Archive index is temporarily unavailable

## How this service works

Free films of the 1970s: public-domain and free-licensed feature films, shorts, newsreels and archival footage released 1970-1979, 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 free films from 1970–1979, each including the film title, release year, creator/director, rights/license status, 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-1970s-f964f421/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)
