Skip to content
Start here

AI Security

Get AI Security for Apps Status
GET/zones/{zone_id}/ai-security/settings
Set AI Security for Apps Status
PUT/zones/{zone_id}/ai-security/settings
ModelsExpand Collapse
AISecurityGetResponse object { enabled }

AI Security for Apps enablement status for a zone.

enabled: optional boolean

Whether AI Security for Apps is enabled on the zone.

AISecurityUpdateResponse object { enabled }

AI Security for Apps enablement status for a zone.

enabled: optional boolean

Whether AI Security for Apps is enabled on the zone.

AI SecurityCustom Topics

Get AI Security for Apps Custom Topics
GET/zones/{zone_id}/ai-security/custom-topics
Set AI Security for Apps Custom Topics
PUT/zones/{zone_id}/ai-security/custom-topics
ModelsExpand Collapse
CustomTopicGetResponse object { topics }
topics: optional array of object { label, topic }

Custom topic categories for AI Security for Apps content detection.

label: string

Unique label identifier. Must contain only lowercase letters (a–z), digits (0–9), and hyphens.

maxLength20
minLength2
topic: string

Description of the topic category. Must contain only printable ASCII characters.

maxLength50
minLength2
CustomTopicUpdateResponse object { topics }
topics: optional array of object { label, topic }

Custom topic categories for AI Security for Apps content detection.

label: string

Unique label identifier. Must contain only lowercase letters (a–z), digits (0–9), and hyphens.

maxLength20
minLength2
topic: string

Description of the topic category. Must contain only printable ASCII characters.

maxLength50
minLength2