Skip to main content
GET
/
v1
/
health
Health Check
curl --request GET \
  --url https://api.zelinqa.ai/v1/health
{
  "success": true,
  "status": "healthy"
}

Response

200 - application/json

API is healthy

success
boolean
Example:

true

status
string
Example:

"healthy"