Background supergraphic

Use Cases

Some use cases to help you choose which SDK tools to integrate GLAIR Vision service your system.

Developer tools to integrate GLAIR Vision service, from the least amount of code:

  1. SDK
  2. Web Components
  3. Prebuilt Web Pages

Use Case for Prebuilt Web Pages

  1. You do not have the UI to retrieve image from your end-users.
  2. You are fine with GLAIR Prebuilt Web Pages UI and look-and-feel.

To use Prebuilt Web Pages, you only need to create a session (e.g. Passive Liveness Sessions, Active Liveness Sessions). You can leverage our SDK to create a session with just a few lines of code.

Use Case for Web Components

  1. You do not have the UI to retrieve image and GLAIR Prebuilt Web Pages UI do not match your brand guideline.
  2. You need to host the UI on your own server.

You can still build your own UI without GLAIR Web Components. Whether you use our web components or not, you can tandem it with our SDK when you eventually need to make HTTP requests from your server to GLAIR Vision API.

Use Case for SDK

  1. You already have your own UI to retrieve image from your end-users.