Skip to main content
GET
/
ping
Ping health check
curl --request GET \
  --url https://api.anycheck.ai/ping
{
  "message": "pong"
}

Response

200 - application/json

Server is healthy

message
string
Example:

"pong"