POST
Extract the name, address, provider, and issue date from a utility bill — a common proof-of-address document — and check whether the bill is recent.
/api/v1/document/analysis/utility_billHeaders
Body parameters
Response
A200 returns the parsed bill under entity — identity_info (name and meter number), address_info, the provider_name, the bill_issue_date, and a metadata.is_recent flag you can use to enforce a recency policy on proof of address.