Skip to main content
GET
/
api
/
v1
/
noise-assets
List available background noise assets
curl --request GET \
  --url https://api.kupe.in/api/v1/noise-assets \
  --header 'x-api-key: <api-key>'
[
  {
    "id": "office_noise.wav",
    "name": "office_noise"
  },
  {
    "id": "office_ambience_sound.wav",
    "name": "office_ambience_sound"
  }
]

Authorizations

x-api-key
string
header
default:YOUR_KUPE_API_KEY
required

Kupe dashboard API key for your user.

Response

Array of noise asset rows.

id
string
required

Asset identifier — use as background_noise_id (e.g. office_noise.wav or office_noise without extension).

name
string
required

Display label derived from the filename (without .wav).