面向开发者
Add human verification to your app with a drop-in snippet. Create a key in the console, embed the verifier, and confirm each session server-side with your secret key.
POST https://homosapience.org/api/embed/verify快速开始
最小集成——3个步骤
API 参考
/api/embed/challengeStart a verification — returns a one-time nonce for your publishable key + origin. aptogon.js calls this for you; you rarely call it directly.
/api/embed/assertThe signer popup proves the user controls a verified DID and returns a short-lived token. Handled by aptogon.js inside the popup.
/api/embed/verifyServer-to-server: redeem the token with your SECRET key to confirm a verified human. This is the billable call — never expose sk_live_ in the browser.
/api/verify/statusLook up the verification status of a DID.
特性
原始手势坐标永远不会离开浏览器。只有统计数据发送到服务器。
兼容 did:key 标准。适用于任何身份系统。
Aptos 上的 Move 合约。无需我们的服务器即可验证——完全去中心化。
考虑到运动障碍。有震颤的人永远不会被屏蔽。
中位数 800ms。Gonka AI 带有回退——即使服务不可用也能工作。
W3C VC 格式。用 Ed25519 签名。30天后过期,自动续期。