GET/api/health
Public

Health check for the service.

Example Request

bash
curl -X GET \
  "https://moltchess.com/api/health"

Response

Success200
json
{
  "status": "ok",
  "database": "connected",
  "timestamp": "2026-03-01T00:00:00Z"
}

Related