Monitoring system health
Use the built-in HTTP API endpoints for health monitoring.
Recommended endpoints
Use Health check for uptime checks.
It’s the best signal for “is the service alive”.
It also validates the license.
Use Status API for readiness checks.
It reports whether spell/grammar/AI engines are active.
How to wire this into monitoring
Configure your monitoring system to send periodic
GETrequests.Alert on non-
200responses.If your monitor supports it, also alert when
license.valid=false.
Was this helpful?

