The verification layer for the AI age
Human verification for the age of deepfakes and AI. Powered by hand gestures and facial presence, without reCAPTCHA puzzles or browsing history tracking. Privacy first.
Traditional CAPTCHAs like reCAPTCHA track your browsing history across the web to score your "humanness" — a privacy tradeoff most users never agreed to. AI can now solve them anyway. Dexasign verifies real human presence using physical interaction, with no tracking and no data stored.
User faces the camera for real-time liveness detection. Our AI confirms a real person is present—not a photo or video.
A random hand gesture is requested. The user performs it naturally. This combination is impossible for current AI to fake in real-time.
You receive a cryptographically signed token confirming human presence. Validate it server-side and proceed with confidence.
Add human verification to sensitive actions—password resets, wire transfers, account deletions.
Eliminate bot spam on contact forms, signups, and applications without annoying CAPTCHAs.
Prevent scalper bots from buying out inventory. Ensure real fans get access to events.
Guarantee one vote per real person. Prevent ballot stuffing and manipulation.
Verify creators and commenters are human. Build authentic communities.
Meet KYC requirements with liveness detection. Verify identity during onboarding.
One script tag. One API call. That's all you need to add human verification to any web application.
<!-- Add the widget container -->
<div id="dexasign-verify"></div>
<!-- Load the SDK -->
<script src="https://dexasign.com/static/sdk/dexasign-verify.min.js"></script>
<!-- Initialize -->
<script>
DexasignVerify.render('#dexasign-verify', {
applicationId: 'YOUR_APP_ID',
onComplete: (result) => {
// Send result.token to your backend
verifyToken(result.token);
}
});
</script>
Unlike reCAPTCHA, we don't track your browsing history or build profiles. We verify that a real person is present — nothing is stored, no data leaves the session.
Current AI can't perform random physical gestures on demand. Our approach stays ahead of deepfakes and automation.
Works on any device with a camera. No app downloads. No special hardware. Just a browser.
Most verifications complete in under 3 seconds. Faster than typing a CAPTCHA, more reliable than solving puzzles.
Start building with Dexasign today. Free to get started.