+
+ Quickstart
+
Five lines, two endpoints.
+
+
+ Sign up, generate an API key, and verify a proof. The full reference
+ implementation runs locally on Docker in under two minutes.
+
+
+
+ POST /v1/verifications
+
+
+
+
+
# Verify a Groth16 proof at login.
+curl -X POST https://zeroauth.dev/v1/verifications \
+ -H "Authorization: Bearer $ZEROAUTH_API_KEY" \
+ -H "Content-Type: application/json" \
+ -d '{
+ "external_id": "user_42",
+ "proof": { "a": [...], "b": [...], "c": [...] },
+ "public_signals": ["0x1f3c…"]
+ }'
-
-
-
-
The Math
-
What a breach actually costs.
-
- In 2023, Okta’s breach exposed every support customer’s data. In May 2024 an Indian Army contractor leaked 496 GB of biometric data. Here is the same scenario with Pramaan.
-
-
-
-
-
- Records exposed
- All support customers
-
-
- Incident response
- $2.1M+
-
-
- Legal & regulatory
- $8M+
-
-
- Customer churn
- $15M+
-
-
- Stock price impact
- -11.6%
-
-
- Total damage
- $25M+
-
-
-
vs
-
-
-
- Records exposed
- 0 usable records
-
-
- Incident response
- $0
-
-
- Legal & regulatory
- $0
-
-
- Customer churn
- $0
-
-
- Credential reset needed
- None
-
-
- Total damage
- $0
-
+
# → 200 OK · { "verified": true, "principal": "…" }
+
-
-
-
-
-
-
-
Pramaan™ — The Underlying IP
-
ZeroAuth is the API. Pramaan is the patent.
-
- Pramaan is the zero-knowledge biometric identity protocol behind every ZeroAuth verification — commitment hashing, Groth16 proof, on-chain anchoring on Base L2, and DDIL-grade offline verification. Granted to Yushu Excellence Technologies Pvt. Ltd. Read the full technical whitepaper →
-
-
-
-
-
-
Granted
-
Pramaan™ Protocol
-
IN202311041001 · India
-
-
-
-
-
-
Owned by
-
Yushu Excellence Technologies Pvt. Ltd.
-
Inventors: Amit Dua, Pulkit Pareek
-
+
-
-
-
-
-
-
-
Enterprise
-
Need SOC 2, SSO, or a private deployment?
-
- Self-serve gets you to production for most workloads. For regulated industries or on-prem requirements, our team works directly with your security org — no rip-and-replace required.
-
-
-
-
-
-
-
Zero-Trust by Default
-
Your database becomes worthless to attackers. No password hashes, no tokens, no session secrets to exfiltrate.
-
-
-
-
-
-
Drop-In Integration
-
Works alongside your existing IdP. Integrates via standard APIs and SDKs. Deploy in days, not quarters.
-
-
-
-
-
-
Compliance-Ready
-
Designed for SOC 2, GDPR, and HIPAA. Less data stored means less data to govern.
-
-
-
-
-
-
Mathematically Proven
-
Built on peer-reviewed cryptographic primitives: Groth16 proofs, Poseidon hashing, and elliptic curve pairings.
-
-
+
+
+
+
+
+
+
+ Engineering
+
No magic. Just primitives, written down.
+
+
+ Every cryptographic choice, every architectural decision, every threat is
+ documented in the open. The full source — including the verifier, the circuit,
+ and the on-chain contracts — is MIT licensed.
+
-