Quick Start
Make your first API call and receive extracted document data in under 5 minutes.
Authentication
Get your client credentials, generate a JWT token, and authenticate every request.
API Reference
Full endpoint reference with request parameters, response schemas, and examples.
Supported Documents
Browse all 30+ document types Atlas can extract and verify.
How Atlas works
Atlas exposes four main services, each designed for a specific integration pattern.Document Verification
Upload multiple documents in a single flow, extract OCR data, and validate fields across documents.
Bulk Processing
Submit large batches of documents in a single request and poll for paginated results.
Chat Onboarding
Build conversational onboarding flows that guide customers through document submission.
Address Matching
Compare addresses using fuzzy matching and receive similarity scores for KYC checks.
Get started in four steps
Get your credentials
Obtain your
Client-Id and Client-Secret from the Atlas dashboard or your account team.Generate a token
Exchange your credentials for a short-lived JWT access token using the
/authtoken endpoint.Initialize a flow
Create a verification flow with your
application_id and a callback_url to receive results asynchronously.Use the Sandbox API to test your integration with real document types before going live. Sandbox requests do not consume production quota.