Skip to content

veryfi/make.com-app

Repository files navigation

Veryfi

Veryfi is a document AI platform that turns invoices, receipts, checks, bank statements, tax forms, and identity documents into structured, machine-readable data via OCR and machine learning.

This Make app lets you submit a file (PDF, JPEG, PNG, or TIFF) to Veryfi and use the extracted fields downstream — pushing data into accounting software, spreadsheets, databases, or any other Make-supported app.

Connect Veryfi and Make

To use this app you need a Veryfi account and an API key.

  1. Sign in to Veryfi.
  2. Go to Settings → Keys (app.veryfi.com/api/settings/keys).
  3. Copy your CLIENT ID, USERNAME, and API KEY.
  4. In Make, add any Veryfi module to a scenario and click Create a connection.
  5. Paste the three values and save. Make will validate the credentials against https://api.veryfi.com/api/v8/partner/documents/schema/.

Make stores your API key encrypted, and both auth headers are masked in scenario logs.

Modules

Extract Data From Invoice

Submits an invoice to Veryfi and returns structured fields (vendor, totals, line items, dates, etc.). Supports the optional Confidence Details flag.

Extract Data From Receipt

Submits a receipt and returns structured fields. Supports Confidence Details.

Extract Data From Check

Extracts payer, payee, MICR, amounts, and endorsement info from a US bank check. Supports Confidence Details.

Extract Data From Bank Statement

Extracts account holder, balances, statement period, and per-transaction details from a bank statement. Supports Confidence Details.

Extract Data From W-9

Extracts taxpayer information from an IRS Form W-9, including TIN/EIN/SSN, business classification, and signature. Supports Confidence Details.

Extract Data From W-2

Extracts wage and tax information from an IRS Form W-2, including state tax lines and Box 12 codes. Supports Confidence Details.

Extract Data From Driver License

Extracts personal data from a US driver license image (uses Veryfi's us_driver_license blueprint).

Extract Data From Passport

Extracts personal data from a passport image (uses Veryfi's passport blueprint).

Extract Data From Any Document

Submits a document and lets you choose the Veryfi blueprint (utility bill, lease agreement, custom blueprint, etc.) from a dropdown loaded from your account.

Classify Document

Classifies a document into one of Veryfi's document types — invoice, receipt, w9, w2, bank_statement, etc. Supply a custom list of types if you want to constrain the classifier.

List Blueprints

Returns one bundle per blueprint available to your Veryfi account. Use this to fan out extractions, filter by document type, or audit your blueprint catalog.

Make an API Call

Run an authorized HTTP request against any Veryfi endpoint. Useful for endpoints not yet covered by a dedicated module.

Confidence Details

Several extraction modules expose a Confidence Details toggle. When enabled, Veryfi returns each field as { value, score, ocr_score } instead of a plain scalar. Use the transformConfidence(...) IML helper bundled with this app to flatten the response into the Zapier-style field, field__score, field__ocr_score shape:

{{transformConfidence(1.body)}}

Sensitive data

Veryfi modules can process documents containing personal or financial data (W-2, W-9, driver license, passport, bank statements, checks). Only route documents through scenarios you are authorized to operate, and only to downstream apps approved for that data. Make masks the Veryfi auth headers in scenario logs automatically.

Resources

About

Veryfi Make.com app source

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors