Skip to main content
GET
/
api
/
health
Check API health
curl --request GET \
  --url https://api.molq.site/api/health
{
  "status": "ok",
  "service": "molq-api"
}

Response

200 - application/json

Service is healthy

status
string
Example:

"ok"

service
string
Example:

"molq-api"