Skip to main content
PATCH
Update voice biometrics tenant settings

Authorizations

Authorization
string
header
required

Dashboard JWT token from Clerk

Body

application/json
confidence_threshold
number
required

The cosine-similarity gate a verification must clear to pass, between 0.50 (most permissive) and 0.95 (most strict). Values outside this range are rejected.

Required range: 0.5 <= x <= 0.95
auto_2fa_on_low_confidence
boolean
required

When true, a verification that falls below the threshold signals downstream step-up flows to escalate to a second factor instead of returning a hard fail.

Response

200

Default Response