For Developers
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/verifyQuick Start
Minimal integration — 3 steps
API Reference
/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.
Features
Raw gesture coordinates never leave the browser. Only statistics go to the server.
Compatible with the did:key standard. Works with any identity system.
ExpressionProof hash recorded on Aptos testnet. Move contract in progress — mainnet coming soon.
Accounts for motor impairments. People with tremors are never blocked.
Median 800ms. Gonka AI with fallback — works even when service is unavailable.
W3C VC format. Signed with Ed25519. Expires in 30 days, auto-renewed.
Ready to integrate?
Create a key in the console to get started. Contact us for higher quotas or enterprise integration.