Build with Base360 Verify

Identity verification infrastructure for modern applications. Verify documents, match faces, and detect fraud with a single API.

Quick start

import { Base360 } from '@base360/sdk';

const client = new Base360({ apiKey: process.env.BASE360_API_KEY });

// Create a verification session
const session = await client.verifications.create({
  type: 'identity',
  checks: ['document_ocr', 'face_match', 'liveness'],
  webhook_url: 'https://your-app.com/webhooks/verify',
});

// Redirect user to the verification flow
console.log(session.url);

Core capabilities

D

Document OCR

Extract data from passports, driver licenses, and national IDs across 200+ countries with NFC chip reading support.

F

Face Matching

Biometric face comparison with liveness detection. Prevents spoofing with passive and active challenge modes.

R

Risk Signals

Device fingerprinting, IP intelligence, velocity checks, and identity graph analysis for comprehensive fraud detection.

W

Webhooks

Real-time event delivery with automatic retries, delivery history, and configurable filtering per event type.

Ready to get started?

Create a free account and start verifying identities in minutes.