[ Interactive Demo ]
Try a Solidus verification.
Walk through the full flow with a test identity. No real data, no account required, nothing is stored.
1
Choose document2
Upload + liveness3
Credential issuedPick a document type
Demo only — these don't actually upload anything. Pick any tile to continue.
This is a static demo. Nothing is submitted, nothing is stored. Live-sandbox swap is on the Phase C roadmap.
[ Developer Path ]
Or just hit the API.
If you'd rather skip the demo and integrate now: onePOSTcreates a verification session, the user goes through the hosted flow, you get a webhook with the credential reference. Five-minute integration.
create-session.sh
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"
}'Ship it for real.
First 100 verifications are free. No credit card. The full production API is the same shape as the demo above.