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

Methods

Methods of the Facephi SDK Provider component.

The SDK Provider component offers additional methods for different functionalities.

Usage example

<facephi-sdk-provider apikey={process.env.FACEPHI_SDK_APIKEY} />
const provider = document.querySelector('facephi-sdk-provider');

// When the SDK Web has been started
const operationId = await provider.getOperationId();

SDK Provider Methods

Last updated