Skip to main content
POST
Upload a utility bill image. The bill is read by the verification model and its address is checked against the company’s address on file. On a pass, the company’s utility_bill and address_verified flags are set. The request is multipart/form-data and the company must already have an address.

Form fields

string
required
The company the bill belongs to.
file
required
The utility bill. PDF, JPEG, or PNG, up to 10 MB.

Response

A pass returns a short success message. The TIN/address details are written to the company record, not echoed back.
When the bill cannot be matched the response is 400 with a reason and suggestions.
Failed

Errors

Verification is rate limited to 10 attempts per hour per caller.