What is an API?
An API lets apps talk to each other. When you check scores in an app, it uses our API to fetch that data.
Do I need to be a developer?
For basic status checks, no. The interactive docs below let you test endpoints with one click.
Is it free?
Public endpoints are free with rate limits. Pro access unlocks faster limits and more data.
Available Endpoints
These are the main ways to interact with BSI data.
GET
/api/healthz
Check if all BSI services are running properly
Monitor system status before making requestsGET
/api/health/{service}
Check a specific service (database, cache, etc.)
Diagnose issues with particular componentsPOST
/api/vision/access-request
Request access to Blaze Vision AI tools
Apply for early access to neural coaching featuresReady to Explore?
The full reference below lets you test every endpoint live. Click "Try it out" on any endpoint, fill in the parameters, and hit Execute.