Skip to main content

Welcome to Keverd Docs

Keverd helps you identify devices and decide risk on login, checkout, and other sensitive actions.

How it works

  1. Collect in the browser or Android app with a public API key (kv_pk_…) → JSON / eventId
  2. Send that id to your backend as JSON, e.g. { "eventId": "…" }
  3. Verify on the server with a secret API key (kv_sk_…) → { "event_id": "…" } request, decision JSON response
  4. Enforce the returned action: allow, soft_challenge, hard_challenge, or block
Full verify payload (including device_history, location, ip_info): POST /v2/verify.

Start here

Keys

Get keys at dashboard.keverd.comIntegrate → API keys.