GET
/
voices
/
custom
curl --request GET \
  --url https://api-west.millis.ai/voices/custom
[
  {
    "provider": "elevenlabs",
    "voice_id": "<string>",
    "model": "<string>",
    "settings": {},
    "name": "<string>",
    "preview_url": "<string>",
    "language": "<string>",
    "category": "<string>"
  }
]

Headers

authorization
string | null

Private Key

Query Parameters

lang_code
string
default:en

Response

200
application/json
Successful Response
provider
enum<string>
required

The TTS provider for generating the agent's voice.

Available options:
elevenlabs,
openai,
cartesia,
playht,
deepgram,
rime,
neets,
openai_realtime,
dubverse,
orpheus,
sesame,
kokoro
voice_id
string
required

The unique identifier for the voice used by the agent.

name
string
required
model
string | null

The model name provided by ElevenLabs (e.g., 'eleven_turbo_v2_5') for voice generation.

settings
object | null

Additional voice_settings for ElevenLabs voice, such as stability and similarity boost values.

preview_url
string | null
language
string | null
category
string | null