World's First Audio Infra

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

01

Choose a Library

Explore our curated collections: ambient, sleep, focus, and more. Each library has a standard name you use in your API calls.

02

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.

03

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
terminal
$ 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.default

Safe, balanced background music for any application.

Curated libraryView Library →

Rock

audio.rock

Raw, powerful rock music that fuels passion and intensity.

Curated libraryView Library →

Flow

audio.flow

Globally inspired music that naturally guides you into a state of flow.

Curated libraryView Library →

Start building today

Free to use. No credit card required.

Create free account