RESTful APIs, comprehensive SDKs, and detailed documentation. Integrate identity verification in hours, not weeks.
// Verify an ID document
const response = await fetch('https://api.unfamiliar.id/v1/verify', {
method: 'POST',
headers: {
'Authorization': 'Bearer YOUR_API_KEY',
'Content-Type': 'application/json'
},
body: JSON.stringify({
document_front: base64Image,
document_back: base64ImageBack,
selfie: base64Selfie
})
});
const result = await response.json();
// { verified: true, document: { ... }, face_match: { score: 0.98 } }Complete REST API documentation with endpoints, parameters, and response schemas.
🌐JavaScript SDK for browser-based identity verification with pre-built UI components.
📱Native SDKs for iOS and Android with camera capture and document detection.
💻Example implementations in React, Node.js, Python, and more.
Go live in hours with our SDKs and pre-built UI components.
TLS encryption, API key rotation, and webhook signatures.
Get instant notifications for verification events.
Start verifying identities in minutes. No manual checks. No fraud slipping through.