Complete documentation for Keverd fraud detection SDKs. Get started with Android, JavaScript, React, Vue, and Angular in minutes.
// Initialize SDK
val config = Config(
apiBaseUrl = "https://api.keverd.com",
apiKey = "YOUR_API_KEY"
)
val sdk = KeverdFingerprint.init(context, config)
// Submit fingerprint
sdk.submit("user123") { result ->
when (result) {
is Result.Success -> {
println("Risk Score: \${result.score}")
}
is Result.Error -> {
println("Error: \${result.error}")
}
}
}Choose the SDK that fits your technology stack
Kotlin-based SDK for Android applications with device fingerprinting, SIM swap detection, and behavioral analytics
Lightweight JavaScript SDK that works in any browser environment
React hooks and components for seamless integration in React applications
Vue 3 composables and plugin for seamless integration in Vue.js applications
Angular service and module for seamless integration in Angular applications
Everything you need for comprehensive fraud detection
Unique device identification using hardware and software characteristics
Track user interaction patterns to detect anomalies and fraud
Get instant risk scores and action recommendations for every transaction
Detect SIM card changes and device switches for enhanced security