MINARA

Get speech settings

GET /v1/voice/settings — Current user-tunable speech-synthesis settings (stability, similarity_boost, style, speaker boost, speed), merged onto t

GET /v1/voice/settings

Current user-tunable speech-synthesis settings (stability, similarity_boost, style, speaker boost, speed), merged onto the defaults. Drives the Settings -> Voice models sliders.

MethodGET
Path/v1/voice/settings
AuthAuthorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set
Categoryvoice

Response body

{ "ok": true, "settings": { "stability": 0.5, "similarityBoost": 0.75, "style": 0.3, "speakerBoost": true, "speed": 0.7 } }

On this page