Get Available Voices
Get structured voice catalog grouped by language/locale. Args: provider: TTS provider — 'aws' for Polly voices, 'cartesia' for Cartesia voices.
Get structured voice catalog grouped by language/locale.
Args: provider: TTS provider — 'aws' for Polly voices, 'cartesia' for Cartesia voices.
AuthorizationBearer <token>
In: header
Query Parameters
provider?Provider
TTS provider
Default
"aws"Value in
"aws" | "cartesia"Response Body
application/json
application/json
curl -X GET "https://loading/api/v1/configuration/voice-settings/voices"{}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}