MINARA

Voice service status

GET /v1/voice/status — Whether speech services are configured: `stt_configured` (a transcription provider is available) and `tts_configured` (a

GET /v1/voice/status

Whether speech services are configured: stt_configured (a transcription provider is available) and tts_configured (a synthesis provider is available). The web UI checks this before arming the microphone.

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

Response body

{ "ok": true, "stt_configured": true, "tts_configured": true }

On this page