Veiled Documentation

Integrate AGCOM-compliant age verification into your site in 5 minutes

example.html
<!-- Add the script -->
<script src="https://cdn.veiled.id/sdk/v1/veiled.umd.js"></script>

<script>
  // Initialize Veiled
  const veiled = new Veiled.VeiledClient({
    apiKey: 'pk_live_your_api_key'
  });

  // Check if user is verified
  const { verified } = await veiled.isVerified();

  if (!verified) {
    // Start verification
    await veiled.verify();
  }
</script>

Need Help?

Our team is here to support you