Hank
_CONSOLEbeta
HANK_ARSE beta

Ingests inbound payer mail, EOBs and correspondence as fax, scan, PDF, or image, and never rejects a job. Vision models extract every patient, document, and claim, and emit gated X12 835 remittances for clean EOBs. Over REST and webhooks.

Base URL

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

Authentication

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

Operations

OperationWhat it doesUnit
arse.emit_835Emit an 835 remittance file from extracted data. Priced at 0, the work was already billed per page at arse.process.remit
arse.processOne processed page of a submitted EOB / remittance document. THIS is the billable unit for hank-arse (unit_count = page count).page
arse.submitSubmit a document (EOB / remittance) for asynchronous extraction. Priced at 0, billing happens per processed page at arse.process.call
lookupEdge live-tick (pre-call entitlement check) for hank-arse. Priced at 0 so it never double-charges; the billable unit is arse.process.call

Quickstart

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

Get started

Get an API key to start →

Full documentation & playground ↗