Api
Get Available Voices Flat
Get flat list of all voices (backward compatibility). Returns simple array of voices with id, name, gender, language, locale.
Get flat list of all voices (backward compatibility).
Returns simple array of voices with id, name, gender, language, locale.
AuthorizationBearer <token>
In: header
Response Body
application/json
curl -X GET "https://loading/api/v1/configuration/voice-settings/voices/flat"{}Get Available Voices GET
Get structured voice catalog grouped by language/locale. Returns voice catalog with: - Language groups (en-US, en-GB, fr-FR, fr-BE, nl-NL, nl-BE, de-DE) - Each group contains: name, locale, voices array - Each voice has: id, name, gender, neural flag, optional note
Get Azure AD configuration GET
Returns the full Azure AD configuration. Admin only.