List available TTS voice IDs

Returns the active TTS voices in the platform catalogue, flat across all providers. Use the `voice_id` values when configuring TTS in your agent or call pipeline. The platform default for each provider is flagged with `is_platform_default: true`. Returns an empty list when the catalogue is not yet configured on this deployment. Returns 500 when the catalogue is configured but the DB call fails — treat this like any other infrastructure error.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Response

Active TTS voices
voiceslist of objects

Errors

401
List Voice Models Request Unauthorized Error
500
List Voice Models Request Internal Server Error