> For the complete documentation index, see [llms.txt](https://docs.facephi.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.facephi.com/docs.facephi-en/sdks/sdk-web/componentes/sdk-provider/propiedades/landingapikey.md).

# landingApiKey

## Details

**Attribute:** `landing-api-key`

**Type:** `string`

**Default value:** `undefined`

## Morphology

```typescript
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

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