Add Sound to Your Product in Minutes
Give your app an audio layer with one API.
From focus to energy, stream music that makes your product feel alive.
Start in 3 Steps
Choose a Library
Explore our curated collections: ambient, sleep, focus, and more. Each library has a standard name you use in your API calls.
Generate an API Key
Register for a free account and create an API key from your dashboard. Store it securely — it's shown only once.
Stream Audio
Call POST /v1/audio with your Bearer token and the library name. Get a random audio URL in the response instantly.
One API. Continuous Audio
Our simple REST API lets you integrate audio into any platform. No SDKs required — just a standard HTTP POST with your API key.
- ✓Bearer token authentication
- ✓Random track selection per request
- ✓Direct CDN audio URLs
- ✓Request logging & usage stats
$ curl -X POST https://api.audiolib.ai/v1/audio \
-H "Authorization: Bearer alp_xxxxx" \
-H "Content-Type: application/json" \
-d '{"library":"audio.ambient"}'
{
"code": 0,
"data": {
"title": "Ivory Clouds",
"url": "https://media.audiolib.ai/sleep/71163694-e925-4802-b2bf-6feba97d7a91-Ivory_Clouds.m4a",
"duration_sec": 311,
"quota": {
"plan_name": "Free",
"total_quota": 300,
"used_quota": 7,
"remaining_quota": 293,
"is_unlimited": false,
"rate_per_minute": 60,
"period_end": 1782864000
}
},
"msg": "ok"
}Start with These
View all →Default
audio.defaultSafe, balanced background music for any application.
Electronic
audio.electronicDynamic, synthesizer-driven electronic music for immersive digital experiences.
Cinematic
audio.cinematicEpic, orchestral music that brings stories and emotions to life.
Built with audiolib
Real products shipping sound, powered by our API.
Autoscore
Auto-scores any video with mood-matched background music. One API call pulls from audiolib's 100k+ track catalog — Cinematic, Ambient, Jazz and more — auto-trimmed to fit the clip.
Typebeat
Turns your typing rhythm into background music. Detects rest, focus and flow states from keystroke timing and streams a matching mood in real time — no content ever read.
More case studies coming soon
Building something with audiolib? We'd love to feature you here.