MINARA

Get speech settings

GET /v1/voice/settings — Current user-tunable speech-synthesis settings. Pass `provider=openai` for voice/model/speed/instructions or `provider=e

GET /v1/voice/settings

Current user-tunable speech-synthesis settings. Pass provider=openai for voice/model/speed/instructions or provider=elevenlabs for the ElevenLabs voice/model/tuning fields. Omitting provider returns the legacy ElevenLabs-compatible shape.

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