v1.0.0
CertiLayer API v1.0

CertiLayer Docs

Behavioral biometric verification. Detects bots without CAPTCHAs. Passive, invisible to real users, impossible to fake.

bash
npm install @certilayer/web
app/layout.tsx
import { init, showBadge } from '@certilayer/web'

// Initialize with your PUBLIC key (certilayer_live_pk_...)
init({ apiKey: process.env.NEXT_PUBLIC_CERTILAYER_PK! })

// Show "Secured by CertiLayer" badge
showBadge({ position: 'bottom-right' })