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

apikey

Mandatory Web SDK license provided by Facephi.

Details

Attribute: apikey

Type: string

Default value: undefined

Morphology

provider.apikey = process.env.FACEPHI_SDK_APIKEY!;

Description

SDK Web License key required by facephi-sdk-provider to initialize services and child components.

Considerations

It is mandatory. Facephi provides it with the purchase of the product.


Example

<facephi-sdk-provider
    apikey={process.env.FACEPHI_SDK_APIKEY}
/>

Last updated