Для разработчиков
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 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.
Возможности
Сырые координаты жеста не покидают браузер. На сервер — только статистика.
Совместим со стандартом did:key. Работает с любой системой идентификации.
ExpressionProof-хеш записывается в Aptos testnet. Move-контракт в разработке — mainnet скоро.
Учитывает моторные нарушения. Люди с тремором никогда не блокируются.
Медиана 800ms. Gonka AI с fallback — верификация работает даже при недоступности сервиса.
W3C VC формат. Подписан Ed25519. Expires в 30 дней, обновляется автоматически.
Готов интегрировать?
Create a key in the console to get started. Contact us for higher quotas or enterprise integration.