curl --request GET \
--url https://api.trycomp.ai/v1/health{
"status": "ok",
"timestamp": "2023-11-07T05:31:56Z",
"uptime": 123,
"version": "1.0.0"
}Returns the health status of the API
curl --request GET \
--url https://api.trycomp.ai/v1/health{
"status": "ok",
"timestamp": "2023-11-07T05:31:56Z",
"uptime": 123,
"version": "1.0.0"
}Was this page helpful?