Build with the knowledge layer
One API call resolves six layers of billing context. Get your key, pick your language, and start resolving in under 5 minutes.
Try it
curl -X POST https://api.rci.health/v1/knowledge/resolve \
-H "X-API-Key: $RCI_API_KEY" \
-H "Content-Type: application/json" \
-d '{"ccn":"170001","cpt":"99213","payer":"Medicare"}'Response
Three steps to billing intelligence
Get your API key
Sign up at app.rci.health. Your key is prefixed kp_live_ for production, kp_test_ for sandbox.
X-API-Key: kp_live_abc123...
Resolve knowledge
Pass a CCN + CPT code. Get six layers of billing context in a single response.
POST /v1/knowledge/resolve
{"ccn":"170001","cpt":"99213"}Use the response
Payment estimates, billing forms, modifiers, payer rules — structured JSON ready for your app.
{"estimated_payment": 80.78,
"billing_form": "UB-04",
"payer_filing": "12 months"}Pick your language
Official SDKs wrap the REST API with typed methods, automatic retries, and built-in pagination.
Python
Availablepip install rci-healthTypeScript
Availablenpm install @rci-health/sdkGo
Coming soongo get github.com/rci-health/rci-goWhat you can build
65 endpoints across knowledge resolution, AI agents, NCCI edits, NPI search, and administration.
/v1/knowledge/resolveFull L1–L6 resolution
/v1/knowledge/payment-calcGPCI-adjusted payment
/v1/knowledge/billing-guideBilling form + modifiers
/v1/agents/code-researchCPT/HCPCS research
/v1/agents/denial-resolutionAppeal strategy
/v1/agents/medical-necessityNCD/LCD validation
/v1/ncci/validateNCCI edit check
/v1/npi/searchProvider lookup
/v1/payers/searchPayer rules
MCP Server
Connect Claude, Cursor, or any MCP agent directly to billing knowledge. 6 tools, zero integration code.
Test mode
Keys prefixed kp_test_ return realistic mock data. Build your full integration before going live.
Documentation
Knowledge layers
L1–L6 resolution, billing guides, payment calc
AI Agents
Code research, medical necessity, denial resolution
NCCI & NPI
MUE/PTP edits, add-on codes, provider search
Authentication
API keys, scopes, rate limits, admin secret
Integrations
EHR, clearinghouse, payer system guides
Facilities
CCN format, facility CRUD, seed data
SENTINEL Audit
Quality scoring, security tiers, export
Changelog
v0.1.0 — public launch