Elephruit Developer API

License scanning, built into your form

Drop a QR code straight into your own web form. Your users scan it with their phone, scan the barcode on the back of their driver's license, and your form fills itself. There's no app to install, no account to create, and nothing to set up on their end.

How it works

Four steps, zero friction for your users

You add one snippet. Everything the user needs happens on their own phone, in their browser.

1

Embed the QR

Add our script and a publishable key to your form. A pairing QR renders right where you place it.

2

User scans the QR

Your user points their phone camera at the QR and a lightweight scanner opens, with no download and no login.

3

User scans their license

They scan the barcode on the back of their driver's license.

4

Your form fills

Name, address, date of birth and more drop into your fields instantly, accurate and with no typing.

Integrate

Add it in a few lines

Put a container where you want the QR, load the script, and mount it with your publishable key.

<!-- 1. A spot in your form for the scan QR -->
<div id="elephruit-scan" data-key="pk_live_YOUR_KEY"></div>

<!-- 2. Load the widget -->
<script src="https://elephruit.com/elephruit.js"></script>

<!-- 3. Mount it -->
<script>
  Elephruit.mount('#elephruit-scan', {
    autofill: true,              // fill matching fields on this page
    onFill: (record) => {
      // record.firstName, record.lastName, record.dateOfBirth,
      // record.address1, record.city, record.state, record.postalCode …
      console.log(record);
    },
  });
</script>
Developer program

Interested in integrating Elephruit?

Email mike@elephruit.com with a few details on what you're building and why you'd like to join the developer program. We'll review it and set you up with access.

Email mike@elephruit.com