Hank
_CONSOLEbeta
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

OperationWhat it doesUnit
krac.codeOne 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.submitSubmit records to KRAC for coding from the web. Priced at 0, the rate-limit / activity gate; billing happens per record at krac.code.call
lookupEdge 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>'

Get started

Get an API key to start →

Full documentation & playground ↗