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/healthzRequest Body
No request body.
Responses
200 confirms the service health check succeeded.
{
"ok": true
}