Try a Solidus verification.
Walk through the full flow with a test identity. No real data, no account required, nothing is stored.
Run the live demo
The full default flow — document, liveness, face match. Real captures, real scoring.
Run a real verification
A real verification on your phone — scan your ID, match your face, prove liveness. Issued to a demo identity. No account, nothing stored.
Or try a specific demo
Every demo runs through the same journey engine that powers production — pick one method, one assurance level, or a full industry template.
Loading demos…
Or just hit the API.
If you'd rather skip the demo and integrate now: one POST creates a verification session, the user goes through the hosted flow, you get a webhook with the credential reference. Five-minute integration.
curl -X POST
https://verify.solidus.network/v1/sessions \
-H "Authorization: Bearer sk_test_xxx" \
-H "Content-Type: application/json" \
-d '{
"level": "L2",
"country_hint": "DE",
"callback_url": "https://your-app.com/kyc-done"
}'What happens under the hood
A stage-by-stage walkthrough of the flow above — document choice, capture + liveness, credential issuance.
Pick a document type
Demo only — these don't actually upload anything. Pick any tile to continue.
Ship it for real.
First 100 verifications are free. No credit card. The full production API is the same shape as the demo above.