Integration Methods at a Glance
Decision Tree
1
Do you have a mobile app?
Yes → Use the Mobile SDK. It provides native performance, camera access, and liveness detection optimized for mobile.No → Continue to Step 2.
2
Do you need custom verification UI?
Yes → Use the Direct API. You control every screen and interaction. Most complex, but maximum flexibility.No → Continue to Step 3.
Detailed Comparison
- Redirect
- iFrame
- Mobile SDK
- Direct API
- No-Code
How it works: Create a session → redirect user to
redirectUrl → receive webhook.Pros:- Fastest to implement (one API call)
- iDenfy handles all UI, camera, liveness
- Always up to date — no SDK version management
- Works on any device/browser
- User leaves your site during verification
- No UI customization
- Less seamless user experience