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.
| Method | GET |
| Path | /v1/voice/status |
| Auth | Authorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set |
| Category | voice |
Response body
{ "ok": true, "stt_configured": true, "tts_configured": true }