Verifications
Verify utility bill (image)
Extract meter and provider from a utility bill image and verify the meter.
POST
Upload a utility bill image. The bill is read to extract the meter number, provider, and bill date, and the meter is then verified with the provider. Unlike Verify utility bill, this endpoint returns the extracted bill details and the meter verification result rather than tying the bill to a company address.
Send the request as
When the meter cannot be verified the response is
multipart/form-data. Image only — JPEG or PNG, up to 5 MB.
Form fields
file
required
The utility bill image. JPEG or PNG, up to 5 MB.
Response
400 with the extracted billInfo and suggestions.
Verification failed
Errors
Verification is rate limited to 10 attempts per hour per caller.
