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
What your server receives — and what it never touches
Every successful /api/embed/verify call returns exactly three fields. Nothing personal is ever transmitted.
human: true— a real person did this action, right nowdid_hash— anonymous fingerprint to enforce one-human-one-actiontrust_band—newcomer | community | trusted
- No name, email, phone, or government document
- No biometric template — unlike iris or palm systems
- GDPR-native: no consent banner required for the check, no biometric data liability
did_hash in your database to enforce "one human per action" across sessions — it is a one-way hash with no link to real identity. Never store the raw DID.API Reference
Base URL: https://homosapience.org/apiAll requests require Authorization: Bearer YOUR_KEY. Use sk_live_ server-side, pk_live_ in the browser.
Get your keys in the developer console.
Embed widget (iframe)
Alternative to the JS snippet: embed the widget in an iframe. On success, a postMessage event fires with the token.
SDK examples
No official SDK yet — full flow using standard HTTP libraries.
Trust bands
Every verification returns a trust_band. Use it for access control.
trustedcommunitynewcomerError codes
Rate limits & quotas
Limits are per API key per calendar month. Burst: 100 req/min per key. Headers: X-RateLimit-Limit · X-RateLimit-Remaining · X-RateLimit-Reset
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.