The verification layer for the AI age

Prove you're human.
In seconds.

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.

AI bots solve reCAPTCHA v2 with 100% accuracy — [UC Irvine Researchers, 2023] Deepfake tools are bypassing face-based KYC verification at financial institutions — [Onfido / AU10TIX, 2024] Deepfake attacks cost organizations an estimated $1.5B in 2025 — [Surfshark Research, 2025] 72% of business leaders say AI-generated fraud is their top operational challenge in 2026 — [Experian Identity Report, 2025] Deepfake-driven fraud has doubled in banking and surged 6× in payments since 2023 — [Incode / TechCrunch, 2025] AI-enabled fraud losses projected to reach $40B by 2027, up from $12.3B in 2023 — [Deloitte Center for Financial Services, 2024] reCAPTCHA scores your “humanness” using your Google browsing history across every site you visit — [Google reCAPTCHA Privacy Disclosure, 2024] hCaptcha uses your CAPTCHA completions to label AI training data sold to third parties — [hCaptcha Privacy Policy, 2025]

The problem

reCAPTCHA tracks you.
Dexasign doesn't.

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.

How it works

Verification that's simple for users,
impossible for bots.

1

Show your face

User faces the camera for real-time liveness detection. Our AI confirms a real person is present—not a photo or video.

2

Perform a gesture

A random hand gesture is requested. The user performs it naturally. This combination is impossible for current AI to fake in real-time.

3

Verified. Done.

You receive a cryptographically signed token confirming human presence. Validate it server-side and proceed with confidence.

Use cases

Anywhere you need to know
there's a real human.

🛡️

Account Security

Add human verification to sensitive actions—password resets, wire transfers, account deletions.

📝

Form Submissions

Eliminate bot spam on contact forms, signups, and applications without annoying CAPTCHAs.

🎫

Ticket Sales

Prevent scalper bots from buying out inventory. Ensure real fans get access to events.

🗳️

Voting & Polls

Guarantee one vote per real person. Prevent ballot stuffing and manipulation.

💬

Content Platforms

Verify creators and commenters are human. Build authentic communities.

🏦

Financial Services

Meet KYC requirements with liveness detection. Verify identity during onboarding.

For developers

Ship in minutes,
not months.

One script tag. One API call. That's all you need to add human verification to any web application.

  • Drop-in JavaScript SDK
  • Server-side token validation
  • Works with any framework
  • Customizable UI themes
Read the Docs →
index.html
<!-- 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>

Why Dexasign

Built different.

Privacy-first

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.

AI-resistant

Current AI can't perform random physical gestures on demand. Our approach stays ahead of deepfakes and automation.

Universal access

Works on any device with a camera. No app downloads. No special hardware. Just a browser.

Lightning fast

Most verifications complete in under 3 seconds. Faster than typing a CAPTCHA, more reliable than solving puzzles.

Ready to verify humans?

Start building with Dexasign today. Free to get started.