<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@friendlycaptcha/sdk](./sdk.md) &gt; [FriendlyCaptchaSDK](./sdk.friendlycaptchasdk.md) &gt; [riskIntelligence](./sdk.friendlycaptchasdk.riskintelligence.md)

## FriendlyCaptchaSDK.riskIntelligence() method

Creates a Risk Intelligence token generation request, returning a Promise that resolves to the generated token.

**Signature:**

```typescript
riskIntelligence(opts: RiskIntelligenceOptions): Promise<RiskIntelligenceGenerateData>;
```

## Parameters

<table><thead><tr><th>

Parameter


</th><th>

Type


</th><th>

Description


</th></tr></thead>
<tbody><tr><td>

opts


</td><td>

[RiskIntelligenceOptions](./sdk.riskintelligenceoptions.md)


</td><td>


</td></tr>
</tbody></table>

**Returns:**

Promise&lt;[RiskIntelligenceGenerateData](./sdk.riskintelligencegeneratedata.md)<!-- -->&gt;

