Skip to main content
GET
/
agent
/
background-audio
List background audio assets
curl --request GET \
  --url https://api.vocobase.com/api/v2/agent/background-audio \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": {
    "options": [
      {
        "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
        "slug": "<string>",
        "label": "<string>",
        "is_platform": true,
        "owner_user_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
        "size_bytes": 123,
        "duration_secs": 123,
        "sample_rate": 123,
        "preview_url": "<string>"
      }
    ]
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.vocobase.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key in format: rg_live_xxxx. Pass as a Bearer token in the Authorization header.

Response

Asset list.

success
boolean
data
object