For the complete documentation index, see llms.txt. This page is also available as Markdown.

Low-code: SDK Loader

The SDK Loader (@facephi/sdk-loader) provides a lightweight way to dynamically load and initialize the Facephi SDK from the CDN. The package @facephi/sdk-web-wc is loaded at runtime, it is not included in your application's bundle.

This library will handle executing the Flow associated with the API Key, generated in IDV Suite.

Key features

  • Dynamic loading from CDN: It automatically loads @facephi/sdk-web-wc from the CDN at runtime.

  • Zero impact on bundle size: The SDK is not included in your application's bundle.

  • Simple API: You only need to call loadSdk() with your API key.

  • TypeScript support: Includes full type definitions.

Getting started and guides

  • Quick start: Overview of the SDK Loader, prerequisites and essential information to get started.

  • Integration guide: Step-by-step installation and integration instructions.

Settings

Framework integrations

The SDK Loader can be integrated into any modern framework. In addition, there are specific guides available:

Additional resources

Last updated