Brand Protection

brand_protection

Methods

Create New URL Submissions -> { skipped_urls, submitted_urls }
post/accounts/{account_id}/brand-protection/submit

Return new URL submissions

Read Submitted URLs By ID -> SinglePage<Record<string, unknown>>
get/accounts/{account_id}/brand-protection/url-info

Return submitted URLs based on ID

Security
API Token

The preferred authorization scheme for interacting with the Cloudflare API. Create a token.

Example: Authorization: Bearer Sn3lZJTBX6kkg7OdcBUAxOO963GEIyGQqnFTOFYY

Accepted Permissions (at least one required)

Intel Write Intel Read

path Parameters
account_id: string
(minLength: 1)
Response fields
result: Array<Record<string, unknown>>
Optional
Request example
200Example

Domain types

Info = { categorizations, model_results, rule_matches, 4 more... }
Submit = { excluded_urls, skipped_urls, submitted_urls }
Brand Protection

Logo Matches

brand_protection.logo_matches

Methods

Download Matches For Logo Queries By ID -> { matches, total }
get/accounts/{account_id}/brand-protection/logo-matches/download

Return matches as CSV for logo queries based on ID

Read Matches For Logo Queries By ID -> { matches, total }
get/accounts/{account_id}/brand-protection/logo-matches

Return matches for logo queries based on ID

brand_protection.logos

Methods

Create New Saved Logo Queries From Image Files -> { id, tag, upload_path }
post/accounts/{account_id}/brand-protection/logos

Return new saved logo queries created from image files

Delete Saved Logo Queries By ID ->
delete/accounts/{account_id}/brand-protection/logos/{logo_id}

Return a success message after deleting saved logo queries by ID

brand_protection.matches

Methods

Download Matches For String Queries By ID -> { matches, total }
get/accounts/{account_id}/brand-protection/matches/download

Return matches as CSV for string queries based on ID

Read Matches For String Queries By ID -> { matches, total }
get/accounts/{account_id}/brand-protection/matches

Return matches for string queries based on ID

brand_protection.queries

Methods

Create New Saved String Queries ->
post/accounts/{account_id}/brand-protection/queries

Return a success message after creating new saved string queries

Delete Saved String Queries By ID ->
delete/accounts/{account_id}/brand-protection/queries

Return a success message after deleting saved string queries by ID