# Free Books in Finnish (Project Gutenberg & Internet Archive)

> Free Books in Finnish (Project Gutenberg & 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 list of free public-domain and open-licensed Finnish-language books with download links (epub, txt, html, scans), sorted by popularity, with optional keyword search.

## Facts

- Endpoint: GET https://intel.rallylive.ca/library/language/fi
- 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-books-in-finnish-project-gutenberg-internet-archive-25ef4bdd
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_sPXKzqP7XEGSjwRWdkigD

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-books-in-finnish-project-gutenberg-internet-archive-25ef4bdd
```

Example prompt: Can you find me free Finnish-language ebooks I can download — ideally classics or popular works — and give me links to the epub or txt files?

## When to prefer this

Choose this endpoint when you need curated, pre-verified access to free Finnish-language books from Project Gutenberg and Internet Archive, with daily freshness checks and direct download links across multiple formats, without having to scrape those sources yourself. Ideal for language learners, NLP corpus builders, or literary researchers who specifically need Finnish-language public-domain content.

## Known failure modes

- No results found for a very narrow keyword search — returns empty list
- Pagination beyond available pages returns empty or minimal results
- Temporary upstream unavailability of Project Gutenberg or Internet Archive may cause stale or missing download links
- Payment not processed — endpoint returns 402 error requiring $0.01 USDC per page

## How this service works

Free books in Finnish: public-domain and free-licensed Finnish-language works from Project Gutenberg and Internet Archive with download links (epub, txt, html, scans), most popular first; add words to search within Finnish titles, authors and subjects. Re-verified daily. $0.01 per page of 20.

## Output

A paginated list (20 per page) of Finnish-language public-domain and free-licensed books, including title, author, subjects, popularity rank, and download links in available formats (epub, txt, html, scan), re-verified daily. Results are sorted most popular first and can be filtered by keyword search within titles, authors, and subjects.

## 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-books-in-finnish-project-gutenberg-internet-archive-25ef4bdd/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)
