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
| Operation | What it does | Unit |
|---|---|---|
arse.emit_835 | Emit an 835 remittance file from extracted data. Priced at 0, the work was already billed per page at arse.process. | remit |
arse.process | One processed page of a submitted EOB / remittance document. THIS is the billable unit for hank-arse (unit_count = page count). | page |
arse.submit | Submit a document (EOB / remittance) for asynchronous extraction. Priced at 0, billing happens per processed page at arse.process. | call |
lookup | Edge 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>'