<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@friendlycaptcha/sdk](./sdk.md) &gt; [FriendlyCaptchaSDKOptions](./sdk.friendlycaptchasdkoptions.md) &gt; [apiEndpoint](./sdk.friendlycaptchasdkoptions.apiendpoint.md)

## FriendlyCaptchaSDKOptions.apiEndpoint property

The API endpoint to use, defaults to `https://global.frcapi.com`<!-- -->.

Supports the following shortcuts: - `eu` - `https://eu.frcapi.com` - `global` - `https://global.frcapi.com`

**Signature:**

```typescript
apiEndpoint?: APIEndpoint;
```
