Skip to content
Start here

Custom Prompt Topics

List custom prompt topics
GET/accounts/{account_id}/dlp/custom_prompt_topics
Get custom prompt topic
GET/accounts/{account_id}/dlp/custom_prompt_topics/{entry_id}
Create custom prompt topic
POST/accounts/{account_id}/dlp/custom_prompt_topics
Update custom prompt topic
PUT/accounts/{account_id}/dlp/custom_prompt_topics/{entry_id}
Delete custom prompt topic
DELETE/accounts/{account_id}/dlp/custom_prompt_topics/{entry_id}
ModelsExpand Collapse
CustomPromptTopic object { id, created_at, enabled, 5 more }
id: string
formatuuid
created_at: string
formatdate-time
Deprecatedenabled: boolean
name: string
topic: string
maxLength50
updated_at: string
formatdate-time
description: optional string
Deprecatedprofile_id: optional string
formatuuid
CustomPromptTopicDeleteResponse = unknown