One API. Continuous session verification. Real-time human trust scores using cognitive biometrics and biological signals — no hardware, no government ID, works on any device.
Every platform that allows user accounts, content creation, or financial action is exposed to bots and AI agents. NotBot closes the gap.
Continuous presence verification during tests. Flag when a human is no longer at the keyboard — without requiring hardware proctoring. Built for the price points that work in India.
EDTECH · CERTIFICATION · HR TESTINGVerify that sellers and reviewers are real humans before they can affect your trust score. Reduce bot-driven fake reviews, fraudulent listings, and synthetic seller accounts.
E-COMMERCE · FREELANCE · REVIEWSGate posting privileges, votes, and reputation behind human verification. Stop coordinated bot campaigns without putting real users through broken CAPTCHA flows.
FORUMS · DAOs · SOCIAL PLATFORMSAdd a biological liveness check to your onboarding flow before document verification — catching AI-generated fake applicants before they hit your KYC pipeline.
NEOBANKS · LENDING · WALLETSDetect AI agents and bots in competitive sessions. Verify human input during ranked play, tournaments, and reward distributions without breaking the user experience.
ESPORTS · TOURNAMENTS · REWARDSIndia IT Rules 2026 are live. EU AI Act enforcement hits August 2026. Platforms must verify and disclose humans vs AI. NotBot API is your compliance infrastructure.
REGULATORY · LEGAL EXPOSURE · AUDITNo single signal is the verification. The ensemble — multiple independent biological and behavioral signals — is what makes spoofing economically unviable.
Inter-key timing, dwell time, and flight time patterns. Governed by your neuromuscular system — as unique as a fingerprint.
Cursor trajectory, overshoot, and correction behavior. Controlled by the cerebellum — impossible to perfectly replicate programmatically.
Nerve conduction speed governs the minimum reaction time a human can achieve. AI agents react too fast or too uniformly.
Microscopic skin color changes caused by blood flow — visible through any device camera. Deepfakes have no blood vessels.
Unexpected stimuli trigger measurable heart rate changes through the autonomic nervous system. Impossible to fake without an actual nervous system.
Cross-signal consistency check across the session. Behavioral drift, timing inconsistency, and signal gaps are weighted and flagged.
REST API. Webhook callbacks. Drop-in JS widget for the verification flow. Works with any backend stack.
Drop one script tag into your page. The NotBot widget handles the full verification UX — cognitive test and optional biological scan. No frontend build required.
When verification completes, the widget emits a signed session token. Pass it to your backend for server-side validation.
One API call to validate the token. Response includes the Human Trust Score, signal breakdown, and confidence level. You decide the threshold.
For exam and high-stakes use cases: stream live score updates via webhook. Get notified when trust drops below your threshold mid-session.
// 1. Embed widget (frontend) import { NotBot } from '@notbot/widget'; NotBot.init({ apiKey: 'nb_live_xxxxxxxxxxxx', mode: 'cognitive+bio', // or 'cognitive' onComplete: (token) => { // Pass token to your backend verifyOnServer(token); } }); // 2. Validate server-side (Node.js) const result = await fetch( 'https://api.notbot.id/v1/verify', { method: 'POST', headers: { 'Authorization': `Bearer ${API_KEY}`, 'Content-Type': 'application/json' }, body: JSON.stringify({ token }) } ); const { score, signals, verdict } = await result.json(); if (score < 70) { // Block or flag session }
Pay per verification. No per-seat pricing. No lock-in. Enterprise contracts available for volume commitments.
Early access partners get locked-in pricing. Rates will increase after public launch. · All prices + GST
Platforms that don't distinguish humans from AI bots are now legally exposed. NotBot API is the compliance layer that handles it.
Mandatory AI labelling, identity disclosure protocols, and 3-hour deepfake removal obligations. Platforms that can't verify human vs. AI activity lose safe-harbour protection.
LIVE · FEB 2026Users must be informed when interacting with AI systems. Deepfakes and AI-generated content require machine-readable markers. Fines up to €35M or 7% of global turnover.
ENFORCEMENT · AUG 2026NotBot stores only derived feature vectors, never raw biometric data. Explicit consent flows built-in. Data residency in India (Mumbai). Audit logs available for enterprise customers.
PRIVACY-FIRST DESIGNInternational treaty on AI transparency and human oversight, signed by the US, UK, EU and others. Platforms operating globally need human verification infrastructure now.
RATIFICATION 2026We're onboarding a small group of design partners before public launch. You get locked-in pricing, direct access to the founding team, and your use case shapes the roadmap.
// No spam · Response within 24 hours · notbot.id.founder@gmail.com