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

landingApiKey

API key for the Landing service.

Details

Attribute: landing-api-key

Type: string

Default value: undefined

Morphology

provider.landingApiKey = process.env.FACEPHI_LANDING_APIKEY!;

Description

API Key for the Landing service used by flows that combine desktop capture and mobile continuation.

Considerations

Only applies in integrations that use Landing.


Example

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

Last updated