Guides
Welcome to the Guides section for our Age Verification SDK.
This is where you’ll find practical, implementation-focused documentation for integrating our age verification service into your app or platform — whether you’re using our official SDK or building a fully custom server-side solution.
We provide both a quickstart for rapid setup, and deeper guides for advanced scenarios.
Quickstart with our frontend
SDK
The fastest way to integrate is via our official SDK, designed for simplicity and flexibility.
You’ll learn how to:
  • Install the SDK via desired packages manager
  • Initialize the client with your public
  • Start the verification flow using MitID
  • Handle verification callbacks
  • Validate results securely
  • This is the recommended integration path for most teams.
    Custom Server-Side Integration
    Prefer to roll your own integration? We’ve got you covered.
    This section walks through how to use our public API directly — useful if you’re building backend workflows, job queues, or systems where fine-grained control is needed.
    You’ll learn how to:
  • Initiate a verification session
  • Handle verification callbacks
  • Verify the final result and match it against your business rules