Low-Code Integrations

A lightweight implementation of Incode's services.

Using this approach, you'll need just a few lines of code and your backend to get results.

In a low-code implementation, Incode's Onboarding URL launches the onboarding experience—either through a redirect or by embedding it in an iframe. The backend process then retrieves the results, triggered either by the frontend or by a Webhook.

Available integration options

Incode offers 3 main flows to integrate a low-code onboarding experience. They all require some backend to generate the URL and safely retrieve the results.

  • URL Redirect: Get a URL from Incode and redirect the user to it. When the user finishes, you can show a success screen or send them to a different URL and wait for the results in the webhook.
  • Redirect and Back: Get a URL from Incode and redirect the user to it. When the user finishes, they are sent back to the app, where you can get scores and continue with your flow.
  • Embedded Iframe: Get a URL from Incode and put it in an iframe in the app. When the user finishes, the iframe closes, and you can get scores and continue with your flow.

Low-code options comparison table:

RedirectRedirect and BackiFrame
User experience configuration updates happen instantly when flows are saved.
Upgrades are automatic to get quality improvements and enhancements.
Optional redirection to a specific URL when onboarding is completed.✅ *✅ *
Webhook Notification to your backend.
Customize Colors, Logos, and styles.
Continue using your web app as soon as the user finishes the onboarding
Display your website URL.❌ **❌ **
Customize Strings and Translations.
Reduced risk of permissions for being different for camera and video usage.

* It must be done by the app.

** Add vanity URL package to your subscription to display your company's domain during onboarding.

Sample Code

You can find sample code for this approaches in Code Samples for Web Integrations, Including the required backend.


What’s Next

Check out what you need to setup before starting your low-code integration