From 318d1617ad87ee72c3cfbcf0202e93455300cca1 Mon Sep 17 00:00:00 2001
From: Maddy <130055405+Maddy-Cloudflare@users.noreply.github.com>
Date: Fri, 18 Jul 2025 15:54:52 +0100
Subject: [PATCH] [Security Center] Brand Protection API
---
src/content/docs/security-center/brand-protection.mdx | 9 +++++++++
src/content/docs/security-center/intel-apis/index.mdx | 1 +
2 files changed, 10 insertions(+)
diff --git a/src/content/docs/security-center/brand-protection.mdx b/src/content/docs/security-center/brand-protection.mdx
index b79304a82a9a15..3024a7f26efee6 100644
--- a/src/content/docs/security-center/brand-protection.mdx
+++ b/src/content/docs/security-center/brand-protection.mdx
@@ -77,6 +77,15 @@ To investigate a string query:
2. Select a monitored query to inspect all the domains that matched your query.
3. Next to the domain, select **Domain** or **URL**. This will trigger a search on the [**Investigate**](/security-center/investigate/) section in a separate tab. URL scanner will also be triggered from **Brand Protection** through **Security Center** > **Investigate**. You will also have access to a report which will be generated automatically. The report will display screenshots of the matched domain, and the registrar of your domain.
+## Brand Protection API
+
+[Brand Protection API](https://developers.cloudflare.com/api/resources/brand_protection/) allows you to:
+
+- Create new strings or logo queries.
+- Delete strings or logo queries.
+- Download matches for both logo and string queries.
+- Read matches for both logo and string queries.
+
## Brand Protection Alerts
diff --git a/src/content/docs/security-center/intel-apis/index.mdx b/src/content/docs/security-center/intel-apis/index.mdx
index f753315ade6803..a40d2532a7e524 100644
--- a/src/content/docs/security-center/intel-apis/index.mdx
+++ b/src/content/docs/security-center/intel-apis/index.mdx
@@ -24,6 +24,7 @@ Cloudflare provides a series of endpoints covering various areas of internet sec
| [WHOIS](/api/resources/intel/subresources/whois/methods/get/) | Provides the WHOIS registration information for a specific domain. |
| [DDoS Botnet Threat Feed](/ddos-protection/botnet-threat-feed/)
(early access) | Provides information to service providers about their own IP addresses that have participated in HTTP DDoS attacks as observed from Cloudflare's global network. |
| [Cloudforce One](/api/resources/cloudforce_one/subresources/requests/subresources/assets/methods/create/)| Enable users to list, delete, get, or update a request asset. |
+| [Brand Protection API](/api/resources/brand_protection/) | Provides the ability to create and delete queries, download matches for logo and string queries, read matches for logo and string queries. |
## API Examples