Skip to main content
GET
/
health
curl https://api.bracc.app/health
{
  "status": "ok"
}
Simple health check endpoint that returns the API status. This endpoint requires no authentication and is used for monitoring and uptime verification.
curl https://api.bracc.app/health
{
  "status": "ok"
}

Response Fields

status
string
Health status of the API. Always returns “ok” when the service is running.

Use Cases

  • Service Monitoring: Integrate with uptime monitoring tools
  • Load Balancer Health Checks: Use in load balancer configurations
  • CI/CD Pipeline Verification: Verify deployment success
  • Service Discovery: Confirm service availability before making API calls

Build docs developers (and LLMs) love