cURL
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
API is healthy
The response is of type object.
object
Was this page helpful?