Hank
_CONSOLEbeta
HANK_PPMAN beta

Monitors hundreds of U.S. payer-policy portals for changes, then summarizes each update and extracts its billing rules with AI. Get alerts by API, webhook, RSS, or email, and search a free hospital price-transparency dataset of negotiated rates.

Base URL

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

Authentication

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

Operations

OperationWhat it doesUnit
lookupEdge live-tick (pre-call entitlement check) for hank-ppman. Priced at 0 so it never double-charges.call
policy.applicabilityOne applicability narrowing (the applicable_policies MCP tool): which policies apply to a payer/state/line-of-business/procedure, each with a typed basis.call
policy.changesOne change-feed query (the policy_changes MCP tool): what changed for a payer/topic in a date window, with typed change kinds.call
policy.documentOne full policy-document fetch (the fetch_document MCP tool / document views): returns the complete source document for a citation, so it prices like a policy.lookup.call
policy.lookupPayer-policy lookup, the billable hank-ppman operation. Billed per call (unit_count = calls).call
policy.resolve_payerOne payer-identity resolution (resolve_payer + payer_suggest MCP tools): partial insurance-identity fields resolved to the true top-level payer and corporate chain, the RCM find-my-payer operation.call
policy.suggestTypeahead suggestions (the topic_suggest MCP tool). 0-priced: pure attribution + rate-limit visibility, the pt.lookup model, a 0-priced row still moves the rate meter. MUST stay 0.call
pt.lookupPrice-transparency lookup. Priced at 0, attribution only, not billed.call

Quickstart

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

Get started

Get an API key to start →

Full documentation & playground ↗