Skip to main content
GET
/
health
Detailed health check
curl --request GET \
  --url https://api.anycheck.ai/health
{
  "service": "anycheck-api",
  "status": "healthy",
  "timestamp": "2025-12-30T04:53:55Z"
}

Response

200 - application/json

Health status

service
string
Example:

"anycheck-api"

status
string
Example:

"healthy"

timestamp
string<date-time>
Example:

"2025-12-30T04:53:55Z"