Skip to main content
GET
/
health
curl https://api.bracc.app/health
{
  "status": "ok"
}

Documentation Index

Fetch the complete documentation index at: https://mintlify.com/World-Open-Graph/br-acc/llms.txt

Use this file to discover all available pages before exploring further.

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