Skip to content
Start here

Custom 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