Hank
_CONSOLEbeta
HANK_CODESETS active

Unified U.S. medical-coding reference to look up, validate, and cross-walk CPT, HCPCS, ICD-10, NDC, and provider taxonomy, plus HCC risk scoring, claim groupers, NCCI edits, and fee schedules, all date-of-service aware. Available over REST, MCP, and CLI.

Base URL

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

Authentication

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

Operations

OperationWhat it doesUnit
anesthesia.lookupLook up anesthesia base units / crosswalk for a code. Billed per call.call
classification.groupsReturn classification group memberships for a code. Billed per call.call
classification.rbcsReturn the RBCS (Restructured BETOS) classification for a code. Billed per call.call
classification.scopeResolve the classification scope for a code. Billed per call.call
code.batchBatch code lookup for multiple inputs in one request. Billed per call (one charge for the batch, NOT per code in it).call
code.identifyIdentify the most likely code(s) for a free-text description. Billed per call.call
code.lookupLook up a specific medical code (CPT/ICD/HCPCS/...). Billed per call.call
code.searchSearch the code sets by text or criteria, returning matching codes. Billed per search call, regardless of how many codes come back.call
lookupStandard code lookup, the default per-call price for codesets. Billed per call (unit_count = calls).call
rules.checkRun coding / edit rules against a code or claim. Billed per call.call

Quickstart

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

Get started

Get an API key to start →

Full documentation & playground ↗