Skip to main content

Linking to your Website

You can also launch the Scantrust Web Video Authentication experience directly from your website using a standard hyperlink or button. It is useful for adding a "Verify your product" call-to-action on a product page or marketing site.

Recommended: Use a hyperlink or button that opens the video authentication as a top-level page.

We do not recommend embedding the video authentication in an iframe. The camera feed can render inconsistently when sized inside an iframe, and the scan flow is less reliable than when loaded as a top-level page.

Link to the video authentication URL like any other page:

<a href="https://verify.scantrust.com/video/">
Check Authenticity
</a>

Branding with a Landing Page Key

To apply your brand's logo and colors to the authentication experience, create a landing page and obtain its key by following the Customization guide. Then append the lp_key query parameter:

<a href="https://verify.scantrust.com/video/?lp_key=<lp-key>">
Verify your product
</a>

Replace <lp-key> with the landing page key provided by Scantrust support team.

Using a Custom Domain

If you want the video authentication to live on your own subdomain (for example qr.yourbrand.com/video/) instead of verify.scantrust.com/video/, you can configure a custom domain in the Scantrust Portal. Once set up, use your subdomain in the link href:

<a href="https://qr.yourbrand.com/video/?lp_key=<lp-key>">
Check Authenticity
</a>

For setup instructions, see How to Set Up a Custom Domain in the Scantrust Portal.