---
icon: package
label: VerifEye SDKs
order: 900
expanded: false
---

# VerifEye SDKs

The VerifEye SDKs embed the VerifEye verification flow — camera access, consent, liveness, and image capture — directly into your own web or mobile application, running against a verification session you create server-side.

All three SDKs share the same integration model: your backend creates a session with your API key and returns a short-lived `sessionId` and `accessToken` to the client; the SDK runs the verification and reports completion; your backend then fetches the outcome from the [VerifEye Session API](/verifeye-apis/verifeye-session-api/#get-session-result).

## Available SDKs

- [Web SDK](/verifeye-sdks/web-sdk/) — a React component library for web applications.
- [iOS SDK](/verifeye-sdks/ios-sdk/) — a SwiftUI library for iOS 16 and later.
- [Android SDK](/verifeye-sdks/android-sdk/) — a Jetpack Compose library for Android 7.0 (API 24) and later.

For a hosted flow with no SDK to install, see [VerifEye Redirect](/redirect/). For on-device C++ libraries, see the [Native SDKs](/native-sdk/).

---

*Last updated: 2026-08-07*

