Developer Platform
Integrate workers' compensation bill review, fee schedule pricing, and RuleTrace™ documentation directly into your application using the BillSentry REST API.
Built for real-time processing, predictable performance, and straightforward implementation.
The BillSentry Analyzer application runs entirely on the same public API available to integration partners.
This ensures consistent results between UI workflows and API integrations.
The BillSentry API allows technology partners to submit bill data and receive structured pricing decisions that can be incorporated directly into claims or review workflows.
Responses may include:
Most integrations use real-time API requests as part of claims or bill review workflows.
Receive test credentials and environment access.
Set up OAuth client credentials and API key authorization.
Validate integration using test workflows.
Production credentials are issued after successful testing.
BillSentry uses a layered authentication approach designed for secure system integrations.
Used for secure machine-to-machine authentication.
Provides tenant-level access control.
All requests require HTTPS. Minimum TLS 1.2.
Requests are scoped to your organization.
Full implementation details are available in the API documentation.
POST /v1/review
{
"jurisdiction": "NY",
"billType": "professional",
"providerTaxId": "123456789",
"lines": [
{
"cpt": "99213",
"charge": 175.00,
"units": 1
}
]
} Response includes
See full request and response examples in the API documentation.
Submit bills during claims processing.
Evaluate reimbursement before claim processing.
Validate pricing decisions programmatically.
Allow providers to validate expected reimbursement.
BillSentry is designed for operational processing workloads. Typical response times are under 250ms.
The platform supports:
Additional technical details are available in the documentation.
BillSentry maintains versioned API endpoints to support stable integrations.
This allows partners to integrate with confidence.
The BillSentry API returns structured error responses designed to simplify troubleshooting.
Typical categories include:
Full error definitions are available in the documentation.
A sandbox environment is available to support integration testing prior to production deployment.
Sandbox access includes:
BillSentry works directly with partner engineering teams during integration.
Support may include:
Request sandbox access to begin integration or review the technical documentation.