Quickstart
Get a Free API key and list binaural program presets in under five minutes.
1. Get a Free key
- Open /developers/
- Enter your work email → Start Free — $0
- Copy the
bbm_test_…secret immediately (shown once)
Or paid tiers (Starter $8 / Pro $18 / Enterprise $29+) via Stripe on the same page.
2. List presets
export BBM_KEY='bbm_test_YOUR_SECRET' curl -sS "https://binauralbeatmachine.com/api/v1/presets" \ -H "X-Api-Key: $BBM_KEY" | head -c 800 # Single program curl -sS "https://binauralbeatmachine.com/api/v1/presets?id=deep-sleep" \ -H "Authorization: Bearer $BBM_KEY"
3. Browse without a key (optional)
curl -sS "https://binauralbeatmachine.com/api/v1/presets?category=sleep"
Unauthenticated browse is allowed for discovery and does not use your quota. Authenticated calls are metered toward your tier limit.
4. Manage keys
Open /developers/keys/. After Free signup, your browser session is stored locally. Later, use magic-link email (production) or the session from signup.
5. Listen free
Humans don’t need an API key. Open any program landing, e.g. Deep Sleep Descent, or the main console.
Get Free key → Full API reference →
Not medical advice. Questions: binauralbeatmachine@gmail.com