GET
/
v1
/
health
Health check
curl --request GET \
  --url https://api.trycomp.ai/v1/health
{
  "status": "ok",
  "timestamp": "2023-11-07T05:31:56Z",
  "uptime": 123,
  "version": "1.0.0"
}

Response

200 - application/json

API is healthy

The response is of type object.