GET
/
ready
curl https://api.ravan.ai/ready
{
  "status": "ready"
}
This endpoint does not require authentication. It returns 200 when the service is fully ready, or 503 when a dependency is unavailable.

Response

status
string
Readiness status — "ready" or "unready".
error
string
Present only when status is "unready". Describes which dependency is failing.
curl https://api.ravan.ai/ready
{
  "status": "ready"
}

Authorizations

X-Api-Key
string
header
required

Response

Service is ready

status
string

Readiness status

Example:

"ready"