inheritable-settings

Get Tts Preview

Play a canned per-language greeting through the chosen voice. Powers the ▶ Play button next to the voice picker on the org and template Advanced Settings panels. Same synth logic as the admin /system/tts-preview endpoint — extracted to app/services/tts_preview so both sides share the per-language phrases and provider routing. Does NOT accept a custom text parameter — that surface is admin-only (the phrase-tester) to keep this endpoint scoped tightly.

get/v1/inheritable-settings/tts-preview

Query parameters

langstring required

Language code, e.g. en

Language code, e.g. en

providerstring required

Provider name (deepgram, elevenlabs, …)

Provider name (deepgram, elevenlabs, …)

voice_idstring required

Provider-specific voice id

Provider-specific voice id

Response

Successful Response

{"stackTrail":"paths:/v1/inheritable-settings/tts-preview:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes