Skip to main content
GET
/
health
Health check
curl --request GET \
  --url https://slog.ai/health
{
  "status": "ok",
  "version": "1.0.0"
}

Response

200 - application/json

Service is healthy.

status
string
Example:

"ok"

version
string
Example:

"1.0.0"