Native SDKs for Web, iOS, and Android with pre-built UI components and camera capture.
JavaScript SDK for browser-based verification with pre-built UI components.
npm install @unfamiliar/web-sdkNative Swift SDK with camera capture and document detection.
pod 'UnfamiliarID'Native Kotlin SDK for Android applications.
implementation 'id.unfamiliar:android-sdk:1.0.0'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']
});Automatic document detection and capture when image is clear.
Match your brand with customizable colors, text, and layouts.
Support for multiple languages out of the box.
Works on desktop and mobile browsers.