# Brian Booms x402 – Podcast Bundle

> Brian Booms x402 – Podcast Bundle is a paid API for AI agents from pay.brianbooms.com, paid per call via x402, $69/call, status unknown (last checked 2026-09-14).

Delivers a paid podcast content bundle (AI-generated music by Suno, licensed for agents) via x402 micropayment on Base for $69 USDC

## Facts

- Endpoint: GET https://pay.brianbooms.com/api/v1/buy/podcast-bundle
- Price: $69/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-x402-podcast-bundle-0c9e3d9c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_IMDxD_vN_KrlALhdKD2Gy

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-x402-podcast-bundle-0c9e3d9c
```

Example prompt: Buy me the Brian Booms podcast bundle — charge my wallet $69 USDC on Base via x402 and return the bundle as JSON.

## When to prefer this

Choose this endpoint when an AI agent needs to autonomously purchase and receive a podcast content bundle (AI-generated music, Suno-disclosed) using USDC micropayments on Base via the x402 protocol, without involving human checkout flows like DistroKid or Gumroad.

## Known failure modes

- Payment rejected if wallet has insufficient USDC on Base
- x402 payment header missing or malformed — returns 402 Payment Required
- Invalid format parameter — only 'json' is accepted
- Network or blockchain confirmation timeout causing failed payment resolution
- Bundle unavailable or server error returning 5xx

## 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 purchased podcast bundle, likely including metadata and references to AI-generated (Suno) music tracks licensed for agent or podcast use, returned after successful $69 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-x402-podcast-bundle-0c9e3d9c/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)
