Skip to main content
GET
/
agent
/
voices
List available voices
curl --request GET \
  --url https://api.vocobase.com/api/v2/agent/voices \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": {
    "voices": [
      {
        "id": "b49e0d0f-2219-4425-a765-1efd32beb509",
        "display_name": "Sheetal",
        "description": "Warm, conversational Hindi narrator.",
        "tier": "va-1",
        "language": "en",
        "gender": "female"
      }
    ]
  }
}

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.

Query Parameters

tier
enum<string>

Filter voices by tier.

Available options:
va-1,
va-1-pro

Response

Voice catalog.

success
boolean
data
object