Enclave Verify

Trust infrastructure for identity - not just another KYC checkbox.

Your user holds their document. Enclave holds the certificate. Your business receives a signed credential - verifiable, selective, and consent-backed.

How it works

01

User scans document

The user captures their ID on-device. Raw document data never leaves their control.

02

Enclave issues certificate

Enclave validates and issues a cryptographic certificate - the trust anchor your integration relies on.

03

Business receives signed credential

You receive a signed credential with only the claims you requested. Verify via API or webhook.

What businesses get

Signed attestation for compliance

Cryptographically signed proofs you can audit, retain, and present to regulators without storing raw ID images.

Selective claim disclosure

Request only what you need - age, identity, accreditation, residency - without collecting full document payloads.

Webhook + API integration

REST API, webhooks, and a one-line embed. Ship verification in minutes, not months of vendor onboarding.

User consent trail baked in

Every presentation is consent-scoped and logged. Users know what they shared, and you can prove it.

Compliance

Where Enclave Verify stands right now

  • COPPA
  • CCPA
  • GDPR
  • SOC 2· In progress
  • ISO 27001· In progress

CCPA and GDPR

Your zero-knowledge architecture supports these requirements better than most. Documents are deleted immediately, you collect minimal data, and Enclave holds no long-term retention. The architecture is compliant by design.

COPPA

COPPA governs protection of children under 13 online. Enclave Verify's on-device verification and consent-scoped credentials serve this purpose directly - age-gating without storing children's ID data on your servers.

SOC 2 and ISO 27001

In progress

We're actively working toward SOC 2 Type II and ISO 27001 certification - formalizing the security controls and operational practices our zero-knowledge architecture is built on.

Pricing

New verification

Document scan, certificate issuance, and initial credential creation.

$1.00

per verification

Credential presentation

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

API integration

Request

POST https://verify.enclave.talk/api/v1/verify/request

{
  "api_key": "enc_live_...",
  "user_identifier": "user@example.com",
  "claims_requested": ["age_18_plus", "identity_verified"],
  "redirect_url": "https://yoursite.com/verified",
  "webhook_url": "https://yoursite.com/webhooks/verify"
}

Response

{
  "request_id": "uuid",
  "verify_url": "https://verify.enclave.talk/consent?request=uuid",
  "status": "pending_consent",
  "expires_at": "2026-06-06T01:00:00Z"
}

Redirect your user to verify_url. Results delivered via signed webhook.

View full API reference → verify.enclave.talk/docs

Start verifying in minutes.