# Brian Booms – Zine: Worthy Words Vol. 1

> Brian Booms – Zine: Worthy Words Vol. 1 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).

Delivers a paid digital zine (Worthy Words Vol. 1) as JSON content via x402 micropayment on Base for $9.99 USDC

## Facts

- Endpoint: GET https://pay.brianbooms.com/api/v1/buy/zine-worthy-words-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-worthy-words-vol-1-2e74ccae
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_CgnsE2DsYNmFE8-y1013A

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-worthy-words-vol-1-2e74ccae
```

Example prompt: Buy me the Worthy Words Vol. 1 digital zine from Brian Booms — pay the $9.99 USDC via x402 and return the JSON content.

## When to prefer this

Choose this endpoint when an AI agent needs to autonomously purchase and retrieve the Brian Booms Worthy Words Vol. 1 digital zine using x402 crypto micropayment on Base. It is not suitable for human e-commerce purchases (those go through DistroKid or Gumroad) nor for other Brian Booms content packs (which have separate endpoints).

## Known failure modes

- Payment failure: insufficient USDC balance returns 402 Payment Required
- Invalid x402 payment header returns 402 or 400 error
- Unsupported format parameter returns 400 Bad Request
- Network/blockchain confirmation delays may cause timeouts
- Endpoint unavailable returns 503 Service Unavailable

## 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

Returns the Worthy Words Vol. 1 zine as a JSON object containing the digital content pack (creative writing, lyrics, or word content) after a successful $9.99 USDC x402 payment 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-worthy-words-vol-1-2e74ccae/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)
