Modern AI solves traditional CAPTCHA puzzles with 99.8% accuracy. The old guard is dead.
Reviews, comments, social posts — synthetic content floods every platform, indistinguishable from real voices.
When you can't tell human from machine, every interaction becomes suspect. Human voice drowns in synthetic noise.
Initiate a verification session via SaramPass API. Receive a unique challenge token assigned to this session only.
Complete behavioral, cognitive, and temporal tests that measure what AI cannot replicate — biological timing, intuitive reasoning, and genuine uncertainty.
Receive a signed, time-bound token proving human identity. Valid cross-platform, impossible to forge, impossible to transfer.
Embed the SaramPass widget in any site, app, or API endpoint. Under 5 seconds, zero personal data collected.
Tokens expire automatically. Re-verification preserves privacy while blocking replay attacks and stolen credentials.
No personal data collected. No biometric database. Verification without surveillance — privacy by architecture, not policy.
No distorted text. No fire hydrants. No bike lanes. Just fast, elegant human verification that respects your time.
One verified identity works everywhere. A universal human credential accepted across any SaramPass-enabled platform.
Behavioral analysis that evolves with AI capabilities. As bots get smarter, so does the challenge. Always one step ahead.
Signed proofs using elliptic curve cryptography. Tamper-proof, time-bound, and mathematically impossible to fabricate.
Three lines of code to integrate. REST, SDK, or widget — developer-first from day one. Full documentation included.
Join the protocol that separates the human from the machine.
npm install sarampass
import { verify } from 'sarampass'
const token = await verify({ challenge })
// returns: { human: true, token: 'SP:...' }