Skip to main content
GET
/
api
/
v1
/
misc
/
background-sounds
Get available background sounds for agent calls
const options = {method: 'GET', headers: {Authorization: 'Bearer <token>'}};

fetch('https://blackbox.dasha.ai/api/v1/misc/background-sounds', options)
  .then(res => res.json())
  .then(res => console.log(res))
  .catch(err => console.error(err));
{
  "items": [
    {
      "id": "<string>",
      "name": "<string>",
      "description": "<string>",
      "uri": "<string>"
    }
  ]
}

Response

200 - application/json

Returns the list of available background sounds

Response containing a list of available background sounds

items
object[]
required

List of available background sounds