GET
/
v1
/
voices
curl --request GET \
  --url https://api.eqho.ai/v1/voices \
  --header 'X-API-KEY: <api-key>'
{
  "voices": [
    {
      "elevenlabs": {
        "accent": "american",
        "age": "young",
        "description": "calm",
        "gender": "female",
        "use_case": "narration"
      },
      "id": "65b2be7d81b92590b77ae0b7",
      "min_tier": 0,
      "name": "Rachel",
      "preview_url": "https://eqho.ai",
      "type": "elevenlabs",
      "voice_id": "21m00Tcm4TlvDq8ikWAM"
    }
  ]
}

Authorizations

X-API-KEY
string
header
required

Query Parameters

show_excluded_voices
boolean
default:false
organization_id
string | null

Response

200
application/json
Successful Response

A container holding a list of VoiceModel instances.

This exists because providing a top-level array in a JSON response can be a vulnerability