JS Plugin Wizard

Our JS Wizard is an easy way to quickly create your plugin file. Instead of creating the code yourself, just choose a version and we'll generate the code for you.

Bootstrap demo launchWizard Launch Wizard ->


📘

Note

For advanced users, take a look at our full JS Plugin quick start code here.

How Does It Work?

  • Click on the Launch Wizard button above.

  • Add Your Public API Key. If you don't have an API Key yet, you can create one by following the instructions on our Keys page.

  • Choose Your Plugin Version. Based on your business needs, you can choose our Conversion, Balanced, or Security version. Each version contains a set of different features that we've pre-built based on feedback from our customers. The full details can be found below.

  • Click the purple Download JS File to download your plugin. You're now ready to use Vouched!


Can I add more properties and features to the plugin?

Yes! Once you download the file we generate, you can open it and customize it with the full list of arguments outlined here.


Plugin Versions

  • Conversion: The most user experience features and fewest security checks. The fastest and most seamless option.
  • Balanced: A medium level of user experience features and security checks. Our default option and a great place to start if you're not sure which version to choose.
  • Security: The fewest user experience features and most security checks. The most comprehensive and robust option.

Plugin Version Settings

Each version contains the following settings. Learn more about the JS Plugin parameters here.

ConversionBalancedSecurity
Selfie LivenessUser looks straight at camera.Use opens and closes their mouth.User looks left, then right.
ID LivenessDisabled.Disabled.User moves their device closer and farther from their ID.
Barcode ScanDisabled.Enabled.Enabled.
Allow ID UploadYes.No. Force user to take a live photo.No. Force user to take a live photo.
Allow Selfie UploadYes.No. Force user to take a live photo.No. Force user to take a live photo.
Maximum # Retries 003
Maximum # of Force Retries223
Bootstrap demo Launch Wizard ->