For the complete documentation index, see llms.txt. This page is also available as Markdown.

Guides

Task-oriented guides for building a verification flow. Each one covers a specific integration pattern end to end. If you're not sure which one fits, start with the one closest to your setup.

Verify from a Web App — build your own verification UI: your backend calls the API, your frontend shows the wallet prompt, you poll for the result.

OAuth Verification Flow — let Blerify host the verification UI. Redirect the user, get an authorization_code back, exchange it for the result.

Mobile Integration — invoke the wallet from a native iOS or Android app, and handle the return to your app.

Verify a Credential — the complete result schema, evidence interpretation per tier, and exhaustive error handling. Read this once you have a working session and need to interpret every field.

Next steps: if you haven't run a verification yet, start with Get Started with a Verification first.

Last updated