Kyc
KYC verification — document upload, selfie verification, and DFlow identity checks.
The Kyc API provides kyc verification — document upload, selfie verification, and dflow identity checks.
Endpoints
| Method | Path | Auth | Description |
|---|---|---|---|
| POST | /api/v1/kyc/initiate | Bearer | Initiate KYC verification |
| POST | /api/v1/kyc/upload-document | Bearer | Upload identity document |
| POST | /api/v1/kyc/upload-selfie | Bearer | Upload selfie for liveness check |
| POST | /api/v1/kyc/dflow/deep-link | Bearer | Generate DFlow Proof KYC deep link |
| POST | /api/v1/kyc/dflow/start-verification | Bearer | Start DFlow Proof KYC verification (server-signed) |
| GET | /api/v1/kyc/status | Bearer | Get KYC verification status |
| GET | /api/v1/kyc/dflow/verify | Bearer | Check DFlow Proof KYC verification status |