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>"
}
]
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>"
}
]
Private Key
Successful Response
The response is of type VoiceOption · object[]
.