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

> Free Books in Swedish (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 free-licensed Swedish-language books from Project Gutenberg and Internet Archive, with download links, sorted by popularity, with optional keyword search.

## Facts

- Endpoint: GET https://intel.rallylive.ca/library/language/sv
- 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-swedish-project-gutenberg-internet-archive-bbd846e2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_UT05_Z0H6grdevsU4xRGk

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-swedish-project-gutenberg-internet-archive-bbd846e2
```

Example prompt: Can you find me free Swedish-language books by August Strindberg that I can download as epub or txt — show me the most popular ones first?

## When to prefer this

Use this endpoint when you specifically need free, legally downloadable Swedish-language books (public domain or free-licensed), especially when you want epub/txt/html download links and popularity-ranked results. Prefer this over a general web search when you need verified, re-checked links to actual downloadable files rather than landing pages.

## Known failure modes

- No results returned for very narrow or misspelled search terms
- Pagination beyond available results returns empty list
- Temporary upstream unavailability of Project Gutenberg or Internet Archive data
- Rate limit or payment failure if USDC payment is not processed

## How this service works

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

## Output

A paginated list of up to 20 Swedish-language books per page, each with title, author, subjects, popularity rank, and download links in available formats (epub, txt, html, or scanned image). Results are sourced from Project Gutenberg and Internet Archive and 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-books-in-swedish-project-gutenberg-internet-archive-bbd846e2/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)
