Skip to main content
POST/api/v1/document/analysis/utility_bill
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.

Headers

Body parameters

Response

A 200 returns the parsed bill under entityidentity_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.

Errors