Welcome to Keverd Docs
Keverd helps you identify devices and decide risk on login, checkout, and other sensitive actions.How it works
- Collect in the browser or Android app with a public API key (
kv_pk_…) → JSON /eventId - Send that id to your backend as JSON, e.g.
{ "eventId": "…" } - Verify on the server with a secret API key (
kv_sk_…) →{ "event_id": "…" }request, decision JSON response - Enforce the returned
action:allow,soft_challenge,hard_challenge, orblock
device_history, location, ip_info): POST /v2/verify.
Start here
Keys
Get keys at dashboard.keverd.com → Integrate → API keys.

