# The Stall — Classic Novels Data

> The Stall — Classic Novels Data is a paid API for AI agents from the-stall.intuitek.ai, paid per call via x402, $0.004/call, status unknown (last checked 2026-09-14).

Returns data about classic novels via a pay-per-call x402 USDC micropayment API, no account or API key required.

## Facts

- Endpoint: GET https://the-stall.intuitek.ai/cap/classic-novels
- Price: $0.004/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/the-stall-classic-novels-data-d38e168c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_8XMmZfCHhdeezfvtV8ew2

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 the-stall-classic-novels-data-d38e168c
```

Example prompt: Can you pull up data on classic novels from The Stall — I want to see what properties are available for them?

## When to prefer this

Use this endpoint when you need quick, cheap ($0.004/call), keyless access to classic novel metadata via x402 USDC micropayments on Base mainnet, without managing API credentials or subscriptions.

## Known failure modes

- Payment not provided or rejected — returns HTTP 402 with payment requirements
- Invalid or malformed properties filter — returns error or empty result
- Network timeout reaching the-stall.intuitek.ai
- No matching novels found for given properties filter

## How this service works

Looks up classic and contemporary books by title, author, or ISBN via Open Library (748M+ editions). Returns publication year, subjects/genres, page count, cover images, and links to read online via Project Gutenberg or Internet Archive. Useful for research agents, reading recommendation workflows, literature analysis, and bibliographic data enrichment.

## Output

A dataset or structured response containing classic novel records and their properties, returned after a $0.004 USDC micropayment on Base mainnet via the x402 protocol — no API key required.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/the-stall-classic-novels-data-d38e168c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from the-stall.intuitek.ai](https://www.zero.xyz/host/the-stall.intuitek.ai/llms.txt)
