HANK_KRAC
active
Turns clinical notes and PDFs into structured coded claims, CPT codes, modifiers, ICD-10 diagnoses, and review flags, with reflexive coding and bundling built in. Submit over the web app, REST API, or MCP; results return by webhook.
Base URL
https://api.hank.ai/v1/krac/
Authentication
Send your API key as a bearer token. See Authentication.
Operations
| Operation | What it does | Unit |
|---|---|---|
krac.code | One record coded by KRAC (clinical note / PDF -> CPT + ICD-10), THIS is the billable hank-krac-web unit (unit_count = records coded), worker-reported. | record |
krac.submit | Submit records to KRAC for coding from the web. Priced at 0, the rate-limit / activity gate; billing happens per record at krac.code. | call |
lookup | Edge live-tick (pre-call entitlement check) for hank-krac-web. Priced at 0 so it never double-charges; the billable unit is krac.code. | call |
Quickstart
curl https://api.hank.ai/v1/krac/ \
-H 'Authorization: Bearer <YOUR_API_KEY>'