Voices
Get Voices
Call Management
Conversational AI
Agents
Campaigns
Call Management
Conversational AI
API Reference
Agents
Voices
Get Voices
GET
/
voices
curl --request GET \
--url https://api-west.millis.ai/voices
[
{
"provider": "elevenlabs",
"voice_id": "<string>",
"model": "<string>",
"settings": {},
"name": "<string>",
"preview_url": "<string>",
"language": "<string>",
"category": "<string>"
}
]
Query Parameters
Response
200
application/json
Successful Response
The response is of type object[]
.
curl --request GET \
--url https://api-west.millis.ai/voices
[
{
"provider": "elevenlabs",
"voice_id": "<string>",
"model": "<string>",
"settings": {},
"name": "<string>",
"preview_url": "<string>",
"language": "<string>",
"category": "<string>"
}
]