AVO Logo
Health

/health

Returns the health status of the API. No authentication required.

GEThttps://api.avo.so/health
curl -X GET "https://api.avo.so/health" \
  -H "Content-Type: application/json"
ResponsesOK
{
  "status": "healthy",
  "timestamp": "2026-03-14T07:12:00.574Z",
  "uptime": 6048.002539756
}