AurionAI Docs

Get Available Voices

Get structured voice catalog grouped by language/locale. Args: provider: TTS provider — 'aws' for Polly voices, 'cartesia' for Cartesia voices.

GET
/api/v1/configuration/voice-settings/voices

Get structured voice catalog grouped by language/locale.

Args: provider: TTS provider — 'aws' for Polly voices, 'cartesia' for Cartesia voices.

Authorization

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"
    }
  ]
}