# Brian Booms Zine Lyrics Vol. 1 (x402)

> Brian Booms Zine Lyrics Vol. 1 (x402) is a paid API for AI agents from pay.brianbooms.com, paid per call via x402, $9.99/call, status unknown (last checked 2026-09-14).

Returns a paid digital zine containing AI-generated song lyrics (Vol. 1), delivered as JSON via x402 micropayment on Base.

## Facts

- Endpoint: GET https://pay.brianbooms.com/api/v1/buy/zine-lyrics-vol1
- Price: $9.99/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/brian-booms-zine-lyrics-vol-1-x402-a4366d52
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_R_X1Is49aef0WHOKRWoHK

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 brian-booms-zine-lyrics-vol-1-x402-a4366d52
```

Example prompt: Buy me the Brian Booms Zine Lyrics Vol. 1 pack using x402 micropayment and return the lyrics as JSON — I want the full lyric content from that $9.99 agent pack.

## When to prefer this

Use this endpoint when an AI agent needs to programmatically purchase and retrieve a structured JSON pack of AI-generated song lyrics via x402 crypto micropayment on Base. Prefer this over DistroKid or Gumroad flows, which are human-facing purchase paths for physical merchandise. This is specifically for agent-to-agent or agent-automated content acquisition of the Vol. 1 lyric zine.

## Known failure modes

- Payment not sent or insufficient USDC balance — 402 Payment Required response
- Incorrect x402 payment headers or wrong chain (not Base) — payment rejected
- Invalid or missing format parameter — may return error or unexpected response
- Endpoint temporarily unavailable — 5xx server error
- Wallet not configured for x402 on Base — agent cannot complete micropayment flow

## How this service works

Paid agent packs via x402 on Base. Music Made with Suno (disclosed). Free brief at https://brianbooms.com/for-agents. Agent micropay is NOT a DistroKid or Gumroad order; humans buy Worthy mug via DistroKid print-on-demand. V3.6: automated fulfillment (instant license certificates, member tokens), $0.99 impulse tier, agent-only micro-store ($0.02-$0.25) at /api/v1/agent-store/.

## Output

A JSON object containing the full contents of Zine Lyrics Vol. 1 — a curated pack of AI-generated (Suno-disclosed) song lyrics sold as a digital agent-readable zine. Delivered after a $9.99 USDC micropayment is processed via x402 on Base.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "format": {
   "enum": [
    "json"
   ],
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/brian-booms-zine-lyrics-vol-1-x402-a4366d52/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from pay.brianbooms.com](https://www.zero.xyz/host/pay.brianbooms.com/llms.txt)
