Skip to main content
Developer documentation

Ship privacy-first identity verification.

One integration for KYC, KYB, reusable credentials, AML, and transaction monitoring, with user-centric data control from day one.

  • Sandbox-first
  • Signed webhooks
  • SDKs & MCP agents
create-verification.tsTypeScript
01import { createVerificationSession } from '@zyphe-sdk/node'
02 
03const verification = await createVerificationSession(
04 { email: 'user@example.com',
05 flowId: 'flow_kyc_standard', isSandbox: true },
06 { apiKey: process.env.ZYPHE_API_KEY },
07)
Verification createdReady for your customer
201
Privacy-first infrastructure
Reusable credentials
Real-time events
Need the exact contract?

Build against the API reference.

Explore endpoints, request schemas, response codes, and LLM-friendly documentation.