डेवलपर्स के लिए
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 fallback के साथ — सेवा अनुपलब्ध होने पर भी काम करता है।
W3C VC फ़ॉर्मेट। Ed25519 के साथ हस्ताक्षरित। 30 दिनों में समाप्त, स्वचालित नवीनीकरण।
एकीकरण के लिए तैयार?
Create a key in the console to get started. Contact us for higher quotas or enterprise integration.