Discover
Open app
API ReferenceGenerated

Service health check

Check whether the public API service is reachable.

Endpoint

GET /healthz

Operation ID: agent_healthz_get

cURL

curl https://api.andoai.xyz/healthz

Request Body

No request body.

Responses

200 confirms the service health check succeeded.

{
  "ok": true
}

On this page