Voice Engine

Get health

Check the real-time voice engine and its dependencies.

GET
/voice-engine/health

Check the real-time voice engine and its dependencies.

Response Body

application/json

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    }  ]}