Default
Use hosted/verify or the SDK unless you must drive POST /api/v1/verification yourself.
Why sign
The signature shows the wallet agreed to that verification request. NEUS then issues the proof receipt.HTTP outline
POST /api/v1/verification/standardize— getsignerString.- Sign that string with the user’s wallet.
POST /api/v1/verification— submit the same request fields as in step 1, plussignature.
standardize (or use standardizeVerificationRequest in the SDK).
Message shape
SDK
Wallets
| Type | Standard |
|---|---|
| EOA | EIP-191 |
| Smart contract | EIP-1271 |
| Counterfactual | EIP-6492 |
Related
How verification works
Flow overview.
API authentication
HTTP signing entry.
Verifier catalog
Verifier IDs.
CAIP-380
Portable proof envelope.