Quickstart
Get your first audio file in under 5 minutes.
1Get a free trial key
Request a trial key — 100 free calls, no credit card required.
curl -X POST https://anchor.verityswarm.com/v1/trial/request \
-H "Content-Type: application/json" \
-d '{"email": "you@yourapp.com"}'
Response
{
"api_key": "AW-xxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"tier": "trial",
"calls": 100,
"endpoint": "POST /v1/audio/serve",
"auth": "Authorization: Bearer <your_key>"
}
Save your key. You get 100 free calls. The key never expires and upgrades in-place when you subscribe — no migration needed.
2Browse the catalog
List all 15 available tracks with frequency, format, use-case tags, and IDs.
curl https://anchor.verityswarm.com/v1/audio/catalog \ -H "Authorization: Bearer AW-your-key-here"
3Stream your first audio file
By frequency (Hz)
curl -X POST https://anchor.verityswarm.com/v1/audio/serve \
-H "Authorization: Bearer AW-your-key-here" \
-H "Content-Type: application/json" \
-d '{"frequency": "432", "use_case": "sleep"}' \
--output healing_432hz.mp3
By use-case only
curl -X POST https://anchor.verityswarm.com/v1/audio/serve \
-H "Authorization: Bearer AW-your-key-here" \
-H "Content-Type: application/json" \
-d '{"use_case": "focus"}' \
--output focus_session.mp3
By specific track ID
curl -X POST https://anchor.verityswarm.com/v1/audio/serve \
-H "Authorization: Bearer AW-your-key-here" \
-H "Content-Type: application/json" \
-d '{"audio_id": "528hz_528hz_dna_repair"}' \
--output 528hz.mp3
Selection priority: audio_id > frequency + use_case > frequency > use_case
4Check your quota
curl https://anchor.verityswarm.com/v1/key/status \ -H "Authorization: Bearer AW-your-key-here"
Response
{
"tier": "trial",
"calls_month": 3,
"calls_total": 3,
"quota": "3/100",
"active": true,
"email": "you@yourapp.com"
}
5Upgrade when ready
When your trial hits 100 calls, subscribe to keep going. Your key upgrades in-place — no migration, no new credentials.
| Tier | Calls / month | Price |
|---|---|---|
| Starter | 1,000 | $9 / mo → |
| Pro | 10,000 | $29 / mo → |
| Unlimited | No limit | $79 / mo → |
No surprise charges. Overage returns
429. Quota resets on the 1st.Available frequencies
| Hz | Use cases |
|---|---|
| 432 | healing, sleep, calm, focus, grounding |
| 528 | DNA repair, stress relief, love |
| 639 | relationships, communication, connection |
| 741 | clarity, toxin release, expression |
| 852 | intuition, vagal tone, calm, spiritual |
| 963 | pineal, transcendence, clarity, crown |
Pricing — when you're ready to scale
| Tier | Calls / month | Price |
|---|---|---|
| Trial | 100 (one-time) | Free |
| Starter | 1,000 | $9 / mo |
| Pro | 10,000 | $29 / mo |
| Unlimited | No limit | $79 / mo |
Your key upgrades automatically on subscription — same key, higher quota. Overage returns 429, no surprise charges.