Hank
_CONSOLEbeta
HANK_MEDICALNOTES beta

Submit a clinical record as text or PDF and HANK MedicalNotes summarizes the chart, writes a structured note of your chosen type, or classifies it by note type and date of service. Over the web app, REST API, MCP, or webhooks.

Base URL

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

Authentication

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

Operations

OperationWhat it doesUnit
lookupEdge live-tick (pre-call entitlement check) for hank-medicalnotes-web. Priced at 0 so it never double-charges; the billable units are medicalnotes.summarize / medicalnotes.generate / medicalnotes.classify.call
medicalnotes.classifyOne clinical record classified by HANK MEDICALNOTES -- a billable hank-medicalnotes-web unit (unit_count = records classified), worker-reported. Modeled on krac.code.record
medicalnotes.generateOne clinical note written/generated by HANK MEDICALNOTES -- a billable hank-medicalnotes-web unit (unit_count = records written), worker-reported. Modeled on krac.code.record
medicalnotes.submitSubmit records to HANK MEDICALNOTES from the web. Priced at 0 -- the rate-limit / activity gate; billing happens per record at medicalnotes.summarize/generate/classify.call
medicalnotes.summarizeOne clinical record summarized by HANK MEDICALNOTES -- a billable hank-medicalnotes-web unit (unit_count = records summarized), worker-reported. Modeled on krac.code.record

Quickstart

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

Get started

Get an API key to start →

Full documentation & playground ↗