# free-films-search

> free-films-search 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-13).

Search a catalogue of public-domain and free-licensed films (features, shorts, archival footage) from Internet Archive with metadata including year, creator, rights status, and download links.

## Facts

- Endpoint: GET https://intel.rallylive.ca/library/films
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/free-films-search-746f91ee
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_k1asOEfctsiotuC9lPNSV

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-search-746f91ee
```

Example prompt: Can you find me free, legally downloadable public-domain feature films from the 1940s — ideally with CC0 or public domain rights status and direct download links?

## When to prefer this

Choose this endpoint when you need to find films that are freely and legally downloadable, with explicit rights status information (public domain, CC0, CC-BY), sourced from trusted Internet Archive collections. Prefer this over general web search when you need structured metadata including download links and license verification, or when building applications that require legally clear media assets.

## Known failure modes

- No results found for overly specific or obscure queries
- Rights status may be listed as 'unverified' for some works, requiring user to confirm legality
- Query too broad may return large unfiltered results
- Network timeout or service unavailability returning an error
- Search terms in wrong language may yield no results

## How this service works

Free film finder: public-domain and free-licensed feature films, shorts and archival footage from Internet Archive (feature_films, Prelinger and open collections) with year, creator, rights status (public domain, CC0, CC-BY… or unverified) and the download directory. $0.01 per search.

## Output

A list of matching films from Internet Archive collections, each including title, year, creator/director, rights/license status (e.g. public domain, CC0, CC-BY, or unverified), and a download directory URL for accessing the film files.

## 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-search-746f91ee/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)
