Hank
_CONSOLEbeta
HANK_CLAIMCLEANER active

Validates CPT and ICD codes and modifiers against CMS billing edits, NCCI, MUE, LCD coverage, and fee schedules, then suggests corrections with a full audit trail. Sub-second per claim, over REST, MCP, and web.

Base URL

https://api.hank.ai/v1/claimcleaner/

Authentication

Send your API key as a bearer token. See Authentication.

Operations

OperationWhat it doesUnit
claim.validateValidate and scrub one medical claim. Billed once per claim submitted (unit_count = claims).call
codes.downloadDownload a code set / reference data file. Billed per call.call
lookupDefault fallback price for a claim-cleaner call with no explicitly priced operation. Billed per call (unit_count = calls).call

Quickstart

curl https://api.hank.ai/v1/claimcleaner/ \
     -H 'Authorization: Bearer <YOUR_API_KEY>'

Get started

Get an API key to start →

Full documentation & playground ↗