Update detection settings
Update detection settings
Configure which detection endpoints are active for your account. Use enabled_endpoints (whitelist — only these run) OR disabled_endpoints (blacklist — these are skipped). Cannot use both.
Example for an adult platform that only needs self-harm detection:
{"enabled_endpoints": ["distress-signals", "unsafe"]}
Example to disable grooming and bullying but keep everything else:
{"disabled_endpoints": ["grooming", "bullying"]}
PUT
Update detection settings
Authorizations
API key as Bearer token
Body
application/json
Only these endpoints will run. Mutually exclusive with disabled_endpoints.
Available options:
bullying, grooming, unsafe, social-engineering, app-fraud, romance-scam, mule-recruitment, gambling-harm, coercive-control, vulnerability-exploitation, radicalisation, distress-signals, tfgbv, synthetic-content These endpoints are skipped. Mutually exclusive with enabled_endpoints.
Available options:
bullying, grooming, unsafe, social-engineering, app-fraud, romance-scam, mule-recruitment, gambling-harm, coercive-control, vulnerability-exploitation, radicalisation, distress-signals, tfgbv, synthetic-content