# Brian Booms x402 – Premium Music Lease

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

Delivers a premium music lease pack (AI-generated with Suno) via x402 micropayment on Base, returning a JSON agent pack for licensed use.

## Facts

- Endpoint: GET https://pay.brianbooms.com/api/v1/buy/lease-premium
- Price: $79/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-premium-music-lease-afc79b2a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_NjQuRowQvBXX3QlKcB72H

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-premium-music-lease-afc79b2a
```

Example prompt: Purchase a premium music lease pack from Brian Booms for $79 USDC on Base and give me the JSON response with the license details — I need it in JSON format.

## When to prefer this

Choose this endpoint when an AI agent needs to autonomously license a premium AI-generated music pack using USDC micropayments on Base via the x402 protocol. It is distinct from human-facing purchases (DistroKid, Gumroad) and is designed specifically for agent-driven crypto micropay workflows where a JSON-formatted license pack is required programmatically.

## Known failure modes

- Insufficient USDC balance — payment rejected by x402 protocol
- Invalid or missing x402 payment header — 402 Payment Required response
- Network issues on Base chain causing payment timeout
- Malformed format parameter — only 'json' is accepted
- Endpoint unavailable or rate-limited — server error response

## 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 premium music lease pack details, including license terms, audio content metadata, and usage rights for the AI-generated music (made with Suno), delivered after successful $79 USDC x402 micropayment 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-premium-music-lease-afc79b2a/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)
