# Whiskey and Tall Tales Story Collection

> Whiskey and Tall Tales Story Collection is a paid API for AI agents from underground.substratesymposium.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Delivers a curated collection of whiskey-themed stories focused on narrative patterns and embellishment study from the Underground Cultural District catalog.

## Facts

- Endpoint: GET https://underground.substratesymposium.com/buy/whiskey_tall_tales
- 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/underground-substratesymposium-com-77ce61e3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_QtwTjL-beCvyG0dKzqVss

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 underground-substratesymposium-com-77ce61e3
```

Example prompt: Can you pull up the Whiskey and Tall Tales story collection from the Underground Cultural District? I want to study narrative patterns and how embellishment works in folk storytelling.

## When to prefer this

Use this endpoint when you need curated narrative content specifically focused on tall tale traditions, whiskey culture storytelling, or embellishment study. Prefer this over generic story databases when the goal is understanding narrative exaggeration patterns or folk storytelling craft in a themed, curated digital collection.

## Known failure modes

- Payment not processed — x402 payment of $1.99 USDC required before content is returned
- Content unavailable or slug deprecated — 404 response if the product route has changed
- Network timeout — slow or failed connection to underground.substratesymposium.com
- Malformed request — GET method required, other methods will fail

## How this service works

Whiskey and Tall Tales — Story collection for narrative patterns and embellishment study.

## Output

A collection of whiskey-themed stories and tall tales suitable for studying narrative patterns, embellishment techniques, and the craft of exaggeration in folk storytelling traditions.

## 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/underground-substratesymposium-com-77ce61e3/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from underground.substratesymposium.com](https://www.zero.xyz/host/underground.substratesymposium.com/llms.txt)
