curl --request GET \
--url https://api.anycheck.ai/ping{
"message": "pong"
}Simple ping endpoint for basic connectivity check
curl --request GET \
--url https://api.anycheck.ai/ping{
"message": "pong"
}Server is healthy
"pong"
Was this page helpful?