Para Desarrolladores
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/verifyInicio Rápido
Integración mínima — 3 pasos
Referencia 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.
Características
Las coordenadas brutas del gesto nunca salen del navegador. Solo las estadísticas van al servidor.
Compatible con el estándar did:key. Funciona con cualquier sistema de identidad.
Contrato Move en Aptos. Verificación sin nuestro servidor — completamente descentralizado.
Considera las discapacidades motoras. Las personas con temblores nunca son bloqueadas.
Mediana 800ms. Gonka AI con fallback — funciona incluso cuando el servicio no está disponible.
Formato W3C VC. Firmado con Ed25519. Expira en 30 días, se renueva automáticamente.
¿Listo para integrar?
Create a key in the console to get started. Contact us for higher quotas or enterprise integration.