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
| Operation | What it does | Unit |
|---|---|---|
claim.validate | Validate and scrub one medical claim. Billed once per claim submitted (unit_count = claims). | call |
codes.download | Download a code set / reference data file. Billed per call. | call |
lookup | Default 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>'