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.
| Method | GET |
| Path | /v1/voice/settings |
| Auth | Authorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set |
| Category | voice |
Response body
{ "ok": true, "settings": { "stability": 0.5, "similarityBoost": 0.75, "style": 0.3, "speakerBoost": true, "speed": 0.7 } }