Retrieve available filter options for text-to-speech voices.
Returns a list of all available languages, accents, and total number of predefined voices.
This endpoint helps you understand what filter values you can use when calling the /api/get-text-to-speech-voices endpoint.
Workflow:
language parameter to get accents available for that language/api/get-text-to-speech-voicesNote: This endpoint does not require authentication.
Filter accents by language (e.g., "English", "Spanish", "French")
Successfully retrieved configuration
List of all available languages (sorted alphabetically)
["English", "Spanish", "French", "German"]List of available accents. If language parameter was provided, only accents for that language are returned.
[
"American",
"British",
"Australian",
"Indian"
]Total number of predefined voices available
150
The language filter that was applied, or null if no filter was used
"English"
Number of voices available for the filtered language, or null if no filter was used
85