Skip to main content
GET
/
superdoc
/
v1
/
health
Health check
curl --request GET \
  --url https://api.case.dev/superdoc/v1/health \
  --header 'Authorization: Bearer <token>'
{
  "status": "ok",
  "service": "superdoc",
  "configured": true
}

Authorizations

Authorization
string
header
required

API key starting with sk_case_

Response

200 - application/json

Service status

status
string
required
service
string
required
configured
boolean
required