Workspace

Developers

Tools

Expanded API surface across knowledge, prior auth, agents, and audit

Build with the knowledge layer

One API call resolves six layers of billing context. Get your free key, pick your language, and start resolving in under 5 minutes.

Beta access status

HTTPS + TLS verified

The API is in dev beta for evaluation. Generate a free read-only key and call the base URL below with an X-API-Key header.

Beta API base

https://api-dev.rcintell.com

Auth header

X-API-Key: YOUR_KEY
API integration readyAgents integration readyMCP integration readySDKs integration ready

Try it

This is an animated sample. Use the live playground to call the real API.

curl -X POST https://api-dev.rcintell.com/v1/knowledge/resolve \
  -H "X-API-Key: YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{"ccn":"170001","cpt":"99213","payer":"Medicare"}'

Response

L1
L2
L3
L4
L5
L6
Hit resolve to see it work

Get started in three steps

01

Get your API key

Generate a free read-only key at /signup. Send it as the X-API-Key header on every request.

X-API-Key: YOUR_KEY
02

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"}
03

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"}

Facilities (test data)

The by-CCN endpoints (/v1/knowledge/*, /v1/codes/{code}/payment) resolve against facilities registered to your tenant. Every key comes with two demo facilities pre-loaded, and you can register your own for testing.

Pre-loaded demo facilities

Ready to use immediately — the examples on this page use 170001.

170001  Sunflower Medical Group (KS)
280003  Bryan Medical Center (NE)

Register your own

POST a CCN + name; state, type, and payment system are parsed automatically. Trial keys can register up to 25 test facilities.

curl -X POST https://api-dev.rcintell.com/v1/facilities \
  -H "X-API-Key: YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{"ccn":"050001","name":"My Test Hospital"}'

Pick your language

The API is plain REST + JSON, so any HTTP client works today. Typed SDKs are on the way.

c

cURL / HTTP

Available
Any HTTP client + X-API-Key header
P

Python

Available
requests / httpx
T

TypeScript

Available
fetch / axios

MCP Server

Connect Claude, Cursor, or any MCP agent directly to billing knowledge with streamable HTTP transport and an expanded tool catalog.

Free trial keys

Self-serve keys are read-only and rate-limited for evaluation. Generate one in seconds and explore the full read API surface.

Documentation