# free-books-in-italian

> free-books-in-italian 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 catalogue of free Italian-language public-domain books from Project Gutenberg and Internet Archive, sorted by popularity, with download links in multiple formats.

## Facts

- Endpoint: GET https://intel.rallylive.ca/library/language/it
- 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-italian-09350ad9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_XI9PVQFe6aFfFmNHWP9ba

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-italian-09350ad9
```

Example prompt: Can you find me free Italian-language books I can download — ideally classics or popular public-domain works — and give me links to grab them in epub or txt format?

## When to prefer this

Choose this endpoint when you need a curated, daily-refreshed catalogue of free Italian-language books with direct download links, especially when you want popularity-ranked results or need to search within Italian titles, authors, and subjects specifically. Prefer over scraping Project Gutenberg directly when you want pre-filtered Italian-language results with normalized metadata.

## Known failure modes

- No results returned if search terms match no Italian titles or authors
- Pagination beyond available results returns empty list
- Transient upstream errors if Project Gutenberg or Internet Archive is unreachable
- Payment not processed results in 402 error blocking access

## How this service works

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

## Output

A paginated list (20 per page) of Italian-language public-domain books, each with title, author, subjects, and download links in available formats (epub, txt, html, scans), sorted by popularity. Data is 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-italian-09350ad9/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)
