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

> Free Books in French (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 French-language books from Project Gutenberg and Internet Archive with download links in epub, txt, html, and scan formats, sorted by popularity, with optional keyword search.

## Facts

- Endpoint: GET https://intel.rallylive.ca/library/language/fr
- 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-french-project-gutenberg-internet-archive-9cd4b70f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ywv8nfYL6TAlJDJ59Z116

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-french-project-gutenberg-internet-archive-9cd4b70f
```

Example prompt: Can you find me some popular free French books I can download? I'm looking for classic novels — show me epub and txt download links for the most popular ones on Project Gutenberg or Internet Archive.

## When to prefer this

Choose this endpoint when you need to discover or retrieve free, legally downloadable French-language books with multiple format options (epub, txt, html, scans) sourced from trusted public-domain repositories. It is ideal when the user specifically needs French content, wants popularity-ranked results, or needs daily-verified download links rather than a general book search.

## Known failure modes

- No results returned if search keywords match no French titles or authors
- Pagination out of range returns empty list
- Downstream source (Project Gutenberg / Internet Archive) temporarily unavailable causing stale or missing data
- Query terms in non-French script may yield no matches

## How this service works

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

## Output

A paginated list (20 items per page) of French-language public-domain or free-licensed books, sorted by popularity, each with title, author, subject tags, and download links in available formats (epub, txt, html, scans). Results are re-verified daily for freshness.

## 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-french-project-gutenberg-internet-archive-9cd4b70f/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)
