Verification workspace

Provision API keys

dev@i-am-human.local

First-time setup

Create your IAH API keys.

Provision one app credential, then wire the hosted redirect flow into your web app. Keep the API key on your server unless a helper explicitly documents browser-safe usage.

Implementation path

  1. Redirect users to /verify/start with your app id and return URL.
  2. Handle verification_id in your callback route.
  3. Check verification server-side with @iah/core.
  4. Listen for webhooks to keep user state synced.
Open hosted redirect quickstart