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⚡Start here
Quick Start
From zero to bot detection in 5 minutes.
U0001f511Required
Authentication
Public vs secret keys — how auth works.
U0001f4e6SDK
Web SDK
5.5KB TypeScript SDK — install in 2 lines.
U0001f9e0Concepts
HCS Score
How 7 ML models compute the trust score.
U0001f4e1Reference
API Reference
Full REST and GraphQL endpoint docs.
U0001f6e1️Concepts
Policy Engine
Allow, Tarpit, StepUp, Terminate.
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' })