Health claims,
adjudicated by rules.
A REST API that runs insurance claims through versioned, per-employer policy rules — deductibles, co-pay, waiting periods, limits — with idempotent submission and a full audit trail. Spin up a private sandbox and try it in seconds.
—
1Open the API explorer 2Click Authorize 3Paste this key 4Try any endpoint.
Send it as the X-API-Key header. Your data is isolated and auto-deletes 48h after last use.
Versioned rules engine
Policies are data, not code. Deductible → co-pay → sub-limit → annual cap, evaluated in order into machine-readable reason codes.
Idempotent claims
Every submission carries an Idempotency-Key. Retries replay the original adjudication instead of paying a claim twice.
Full audit trail
Every adjudication is an append-only event, queryable per claim — exactly why a claim was approved, capped, or denied.
Isolated sandboxes
One click mints a private API key and workspace. Your enrolments and claims are yours alone, and everything auto-prunes after 48 hours.