Skip to main content
GET
/
health
curl https://api.quintai.dev/health
{
  "status": "ok"
}

Documentation Index

Fetch the complete documentation index at: https://quintsecurity.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

This endpoint does not require authentication. Use it for load balancer health probes and uptime monitors.

Response

status
string
Service status. Returns ok when the API is operational.
curl https://api.quintai.dev/health
{
  "status": "ok"
}