Voice Engine
Get health
Check the real-time voice engine and its dependencies.
curl -X GET "https://example.com/voice-engine/health"{ "overall": "healthy", "dependencies": [ { "name": "livekit", "status": "healthy", "url": "https://livekit.branofy.cloud" }, { "name": "realtime-model", "status": "healthy", "url": null } ]}