Background sounds

List background sounds

Retrieve a list of all available background sounds (system presets and organization-specific)

GET
/background-sounds
Authorization<token>

API key in the format: Bearer YOUR_API_KEY

In: header

Response Body

application/json

application/json

curl -X GET "https://api.chorus-ai.co/v1/background-sounds"
{
  "data": [
    {
      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
      "name": "string",
      "description": "string",
      "isSystemPreset": true,
      "fileSize": 0,
      "durationSeconds": 0,
      "createdAt": "2019-08-24T14:15:22Z"
    }
  ]
}
{
  "error": "string",
  "details": [
    {}
  ]
}

Last updated on