Sign In

Score Your Traffic

Every session on this page is already being measured — mouse curvature, keystroke timing, scroll rhythm, 34 signals in total. Interact below for ~20 seconds, then get your score and a shareable report. You'll also get a free API key (100 sessions/month) to run the same audit on your own traffic.

1. Generate some behavior

Move your mouse around, type a sentence, scroll the page. The counter ticks as signals accumulate.

0 events collected

2. Get your score

/100 —
View your shareable report →

Score your real traffic

The same endpoint scores any session from your site or your data warehouse — batch-replay historical sessions and join verdicts back onto your traffic table. See the 5-minute quickstart for the event format.

# One curl per session — verdict + 34-signal breakdown in <50ms curl -X POST https://detectionlab.app/api/score \ -H "X-API-Key: detlab_your_key" \ -H "Content-Type: application/json" \ -d @session_events.json