Skip to main content
GET
/
health
Health check
curl --request GET \
  --url https://api.useblueprints.ai/health
{
  "status": "ok"
}
Use this endpoint for lightweight uptime checks. It does not require authentication and does not prove that every upstream dependency is ready.
curl https://api.useblueprints.ai/health

Response

200 - application/json

API process is healthy.

status
string
Example:

"ok"