cURL
curl --request GET \ --url https://api.triqai.com/health
{ "success": true, "data": { "status": "healthy", "service": "Triqai API", "version": "0.1.0" }, "meta": { "generatedAt": "2023-11-07T05:31:56Z", "requestId": "<string>", "version": "<string>" } }
Returns the service health status. Does not require authentication.
Service is healthy
true
Show child attributes
Was this page helpful?