Skip to main content

Welcome to Atlas AI

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

1

Get your credentials

Obtain your Client-Id and Client-Secret from the Atlas dashboard or your account team.
2

Generate a token

Exchange your credentials for a short-lived JWT access token using the /authtoken endpoint.
3

Initialize a flow

Create a verification flow with your application_id and a callback_url to receive results asynchronously.
4

Upload documents and receive results

POST document URLs to the multiupload endpoint. Atlas extracts data and delivers structured results to your callback URL.