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

language
string
default:en

Response

200
application/json
Successful Response

The response is of type object[].