Built for Developers

RESTful APIs, comprehensive SDKs, and detailed documentation. Integrate identity verification in hours, not weeks.

Quick Start

// 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 } }

Developer Experience

Fast Integration

Go live in hours with our SDKs and pre-built UI components.

🔒

Secure by Default

TLS encryption, API key rotation, and webhook signatures.

📊

Real-time Webhooks

Get instant notifications for verification events.

Ready to Automate Trust?

Start verifying identities in minutes. No manual checks. No fraud slipping through.