# Brian Booms iPhone Ringtones Pack

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

Returns a paid pack of iPhone-compatible ringtones (AI-generated music via Suno) via x402 micropayment on Base for $4.99 USDC

## Facts

- Endpoint: GET https://pay.brianbooms.com/api/v1/buy/ringtones-iphone
- Price: $4.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-iphone-ringtones-pack-8d75e256
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_eOX5yklkmsTOyEMPoWlJI

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-iphone-ringtones-pack-8d75e256
```

Example prompt: Can you buy me the iPhone ringtones pack from Brian Booms using USDC — I want the response in JSON format so I can see what's included?

## When to prefer this

Choose this endpoint when an agent needs to autonomously purchase and retrieve an iPhone-compatible ringtone pack using USDC micropayments via the x402 protocol on Base, without requiring human checkout flows like DistroKid or Gumroad. Ideal for agents with crypto wallets that support x402 and need audio content programmatically.

## Known failure modes

- Insufficient USDC balance — payment fails and no content is delivered
- x402 payment protocol error — Base network congestion or wallet incompatibility
- Invalid format parameter — must be 'json'
- Payment confirmed but content delivery error — endpoint returns error JSON
- Endpoint unavailable or domain unreachable

## 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 response containing the purchased iPhone ringtone pack details, likely including download links or audio file references for AI-generated ringtones made with Suno, delivered after successful $4.99 USDC micropayment 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-iphone-ringtones-pack-8d75e256/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)
