Skip to main content
Generated
Mar 5, 2026
by
|
Auto-generate your docs now
Claim this site
BR-ACC home page
Search...
⌘K
Ask AI
⌘I
Documentation
API Reference
BR-ACC home page
Search...
Navigation
Public Endpoints
Health Check
Overview
Introduction
Authentication
Public Endpoints
GET
Health Check
GET
Public Metadata
GET
Company Graph
GET
Pattern Detection
Graph Operations
GET
Search Entities
GET
Get Entity Details
GET
Get Entity Graph
Public Endpoints
Health Check
GET
/
health
Try it
cURL
Python
JavaScript
curl
https://api.bracc.app/health
200 OK
{
"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
Python
JavaScript
curl
https://api.bracc.app/health
200 OK
{
"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
Authentication
Previous
Public Metadata
Next
⌘I
cURL
Python
JavaScript
curl
https://api.bracc.app/health
200 OK
{
"status"
:
"ok"
}
Build docs developers (and LLMs) love
Get started for free
Talk to us
Assistant
Responses are generated using AI and may contain mistakes.