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

proxy

Proxy server URL for SDK requests.

Details

Attribute: proxy

Type: string

Default value: ""

Morphology

provider.proxy = '';

Description

HTTP proxy URL through which facephi-sdk-provider routes requests to the Facephi services.

Considerations

See the proxy configuration guide for server deployment.


Example

<facephi-sdk-provider
    apikey={process.env.FACEPHI_SDK_APIKEY}
    proxy={'https://proxy.example.com'}
/>

Last updated