Skip to main content

Getting Started Guide

Veryfi APIs Onboarding Guide. This Getting Started guide will help you navigate through and prepare for Go Live

Updated over a week ago
Onboarding Email Header-1

Document Intelligence & OCR API Platform

Fast. Accurate. Secure.

Veryfi extracts structured data from any document at enterprise scale.

Veryfi API Portal Overview

The Veryfi API Portal is your central command center for document processing. It visualizes extraction results, tracks API usage, manages team members and permissions, and lets you configure automation and custom fields.

Inbox

The Inbox is your real-time feed of all documents submitted for processing. Review results, confirm extraction accuracy, and take action on flagged documents.

Team & Permissions

Manage collaborators and control access levels:

API Keys & Security

Credentials are available in the Keys section of Settings:

Tip: Only Admin users can view or share API Keys. Non-admin team members do not have key access. Learn more

Usage Analytics & Billing

  • Usage Analytics - track monthly document volume and API call counts.

  • Export - bulk-export extracted data in multiple formats.

  • Billing & Invoicing - upgrade plans, view invoices, and manage subscriptions.


Data Extraction API

The Veryfi Data Extraction API transforms unstructured documents into clean, structured JSON. Full reference documentation lives at docs.veryfi.com.

Authentication

Every request requires three credentials from your Keys page:

CLIENT_ID

Identifies your account (passed as CLIENT-ID header).

Username

Your Veryfi username (used in Authorization header).

API_KEY

Secret key paired with username: apikey USERNAME:API_KEY

CLIENT_SECRET

Used for HMAC-SHA256 request signing. Signatures valid 30 minutes.

Example 
curl -L -X POST 'https://api.veryfi.com/api/v8/partner/documents' \-H 'Content-Type: application/json' \-H 'Accept: application/json' \-H 'CLIENT-ID: vrf0e1XaZU********WO6zr0VYv9' \-H 'AUTHORIZATION: apikey veryfi_demo:438c3332******212441fb0e' \

Document Processing

SDKs & Client Libraries

Official SDKs are available at docs.veryfi.com/api/getting-started/sdks for:

  • Python

  • Node.js / JavaScript

  • Java

  • PHP

  • Ruby

  • Go

  • .NET / C#


Supported Document Types & APIs

Veryfi supports a wide range of document categories. See the full list at Document Types Supported.

Document Type

Description

API Reference

Receipts & Invoices

Purchase receipts, vendor invoices, bills etc

Bank Checks

Check number, payee, amount, routing/account.

Bank Statements

Transaction rows, opening/closing balances.

W-2

Employee wage and tax summary forms.

W-9

Vendor/contractor tax identification.

W-8BEN-E

Foreign entity tax status forms.

Business Cards

Name, email, phone, company, title.

AnyDocs (ADocs)

Generic extraction for any document type.

Document to Markdown

Convert any document to clean Markdown.

Classification API

Auto-classify document type before routing.

Fraud Detection

Detect tampered or fraudulent documents.


Veryfi Lens for Mobile

Veryfi Lens is a drop-in mobile SDK for iOS and Android that adds document capture directly into your native app. Full documentation at docs.veryfi.com/veryfi-lens-mobile.

Supported Capture Types

Veryfi Lens for Browser

Embed document capture directly into any web application using the browser Lens SDK. See Getting Started - Browser Lens for setup and advanced event handling.

Veryfi Lens for WhatsApp

Let end users submit documents simply by sending a photo on WhatsApp.

No app install required. Getting Started - WhatsApp Lens.


Fast, Accurate, Secure

Speed

Accuracy

Security


Advanced Features

Custom Fields & Extraction

Extend the default data model with fields specific to your business:

Business Rules Engine

Data Enrichment

Confidence & Bounding Boxes

Integrations


Model Training

Veryfi uses your corrections to continuously improve extraction accuracy on your specific document templates. Learn more about Model Training.


Going Live Checklist

Complete each step before switching to production:


Support & Resources

Self-Service

Direct Support


Quick Reference: Key Links

Resource

URL

API Portal

API Docs

Interactive API

Help Center (FAQ)

System Status

Blog

Schedule Demo

Email Support

Questions? Reach us at [email protected] or chat at app.veryfi.com

Did this answer your question?