Voice
List TTS Providers and Models
Get all supported TTS providers and their models for a given language. Returns provider IDs and model IDs needed to fetch voices.
GET
List TTS providers and models
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
BCP-47 language code to filter providers by language support (e.g. en, hi, ta). Omit for all languages.
Example:
"hi"
Previous
List voicesGet a paginated list of voices for a specific TTS provider and model. Requires provider_id and model_id from the List Providers endpoint.
Next
List TTS providers and models

