01
User scans document
The user captures their ID on-device. Raw document data never leaves their control.
Your user holds their document. Enclave holds the certificate. Your business receives a signed credential — verifiable, selective, and consent-backed.
How it works
01
The user captures their ID on-device. Raw document data never leaves their control.
02
Enclave validates and issues a cryptographic certificate — the trust anchor your integration relies on.
03
You receive a signed credential with only the claims you requested. Verify via API or webhook.
What businesses get
Cryptographically signed proofs you can audit, retain, and present to regulators without storing raw ID images.
Request only what you need — age, identity, accreditation, residency — without collecting full document payloads.
REST API, webhooks, and a one-line embed. Ship verification in minutes, not months of vendor onboarding.
Every presentation is consent-scoped and logged. Users know what they shared, and you can prove it.
Pricing
Document scan, certificate issuance, and initial credential creation.
$1.00
per verification
Each time a user presents a signed credential to your application.
$0.025
per presentation
No monthly fees. No seat licenses. Pay per use. Billed through Stripe.
Integration
Embed button
<script src="https://verify.enclave.talk/embed.js" async></script>
<button data-enclave-verify data-claims="age,identity">Verify</button>
<div data-enclave-verify-status></div>