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
}
"msg": "ok"
}Start with These
View all →Default
audio.defaultSafe, balanced background music for any application.
Rock
audio.rockRaw, powerful rock music that fuels passion and intensity.
Flow
audio.flowGlobally inspired music that naturally guides you into a state of flow.