← Back to API Docs

SDK Documentation

Native SDKs for Web, iOS, and Android with pre-built UI components and camera capture.

Web SDK

JavaScript SDK for browser-based verification with pre-built UI components.

npm install @unfamiliar/web-sdk
View documentation →

iOS SDK

Native Swift SDK with camera capture and document detection.

pod 'UnfamiliarID'
View documentation →

Android SDK

Native Kotlin SDK for Android applications.

implementation 'id.unfamiliar:android-sdk:1.0.0'
View documentation →

Web SDK Quick Start

import { UnfamiliarID } from '@unfamiliar/web-sdk';

const client = new UnfamiliarID({
  apiKey: 'YOUR_API_KEY',
  onComplete: (result) => {
    console.log('Verification complete:', result);
  }
});

// Launch the verification flow
client.start({
  container: '#verification-container',
  steps: ['document', 'selfie', 'liveness']
});

SDK Features

📷 Auto-capture

Automatic document detection and capture when image is clear.

🎨 Customizable UI

Match your brand with customizable colors, text, and layouts.

🌐 Localization

Support for multiple languages out of the box.

📱 Responsive

Works on desktop and mobile browsers.

Need Help?

Our team is here to help you integrate.

Contact Support