Drop-in Widget Integration
The fastest way to add identity verification to your app. Users never leave your site.
<!-- Add to your signup page -->
<script src="https://verify.dokimos.com/widget.js"></script>
<div id="dokimos-verify"
data-workflow="host_verification"
data-api-key="your_api_key"
data-callback="handleVerification">
</div>
<script>
function handleVerification(result) {
if (result.status === 'approved') {
// User verified, proceed with onboarding
activateAccount(result.userId, result.attestation);
}
}
</script>What users see
Become an Uber Driver
Complete your profile to start earning
Identity Verification
Powered by Dokimos
Your ID is processed in a secure enclave. Uber never sees your document.