Skip to main content
Atlas is an AI-powered document verification and processing platform. Send document images to the API and receive structured, confidence-scored extractions from 30+ document types — including Aadhaar, PAN, GST certificates, invoices, and property documents. Atlas cross-validates fields across documents and returns similarity scores to help you catch fraud and speed up lending decisions.

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

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.
Use the Sandbox API to test your integration with real document types before going live. Sandbox requests do not consume production quota.