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

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 orchestration systems and deployment health gates.

Response

status
string
Readiness status. Returns ready when the API and its dependencies are operational.
curl https://api.quintai.dev/ready
{
  "status": "ready"
}