डेवलपर्स के लिए
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 चरण
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.
Gesture CAPTCHA (drop-in)
A privacy-first alternative to image CAPTCHAs — the visitor draws a gesture in an inline iframe. Add the loader + a data-aptogon-captcha element, then validate the token on your server. First: verify your domain and create a key in the Console.
Programmatic API: window.AptogonCaptcha.render(el, { key, onVerified }). Tokens are single-use and expire in 120s. Live demo: /embed/captcha-demo.html.
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
विशेषताएं
कच्चे इशारे के निर्देशांक कभी ब्राउज़र नहीं छोड़ते। केवल सांख्यिकी सर्वर को जाती है।
did:key मानक के साथ संगत। किसी भी पहचान प्रणाली के साथ काम करता है।
Aptos पर Move कॉन्ट्रैक्ट। हमारे सर्वर के बिना सत्यापन — पूरी तरह विकेंद्रीकृत।
मोटर विकलांगता को ध्यान में रखता है। कंपन वाले लोग कभी ब्लॉक नहीं होते।
माध्यिका 800ms। Gonka AI fallback के साथ — सेवा अनुपलब्ध होने पर भी काम करता है।
W3C VC फ़ॉर्मेट। Ed25519 के साथ हस्ताक्षरित। 30 दिनों में समाप्त, स्वचालित नवीनीकरण।
एकीकरण के लिए तैयार?
Create a key in the console to get started. Contact us for higher quotas or enterprise integration.