Skip to content
Start here

Brand Protection

Create new URL submissions
POST/accounts/{account_id}/brand-protection/submit
Read submitted URLs by ID
GET/accounts/{account_id}/brand-protection/url-info
ModelsExpand Collapse
Info object { categorizations, model_results, rule_matches, 4 more }
categorizations: optional array of object { category, verification_status }

List of categorizations applied to this submission.

category: optional string

Name of the category applied.

verification_status: optional string

Result of human review for this categorization.

model_results: optional array of object { model_name, model_score }

List of model results for completed scans.

model_name: optional string

Name of the model.

model_score: optional number

This is the score that is outputted by the model for this submission.

rule_matches: optional array of object { banning, blocking, description, name }

List of signatures that matched against site content found when crawling the URL.

banning: optional boolean

For internal use.

blocking: optional boolean

For internal use.

description: optional string

Description of the signature that matched.

name: optional string

Name of the signature that matched.

scan_status: optional object { last_processed, scan_complete, status_code, submission_id }

Status of the most recent scan found.

last_processed: optional string

Timestamp of when the submission was processed.

scan_complete: optional boolean

For internal use.

status_code: optional number

Status code that the crawler received when loading the submitted URL.

submission_id: optional number

ID of the most recent submission.

screenshot_download_signature: optional string

For internal use.

screenshot_path: optional string

For internal use.

url: optional string

URL that was submitted.

Submit object { excluded_urls, skipped_urls, submitted_urls }
excluded_urls: optional array of object { url }

URLs that were excluded from scanning because their domain is in our no-scan list.

url: optional string

URL that was excluded.

skipped_urls: optional array of object { url, url_id }

URLs that were skipped because the same URL is currently being scanned.

url: optional string

URL that was skipped.

url_id: optional number

ID of the submission of that URL that is currently scanning.

submitted_urls: optional array of object { url, url_id }

URLs that were successfully submitted for scanning.

url: optional string

URL that was submitted.

url_id: optional number

ID assigned to this URL submission. Used to retrieve scanning results.

BrandProtectionSubmitResponse object { skipped_urls, submitted_urls }
skipped_urls: optional array of map[unknown]
submitted_urls: optional array of map[unknown]
BrandProtectionURLInfoResponse = map[unknown]

Brand ProtectionQueries

Create new saved string queries
POST/accounts/{account_id}/brand-protection/queries
Delete saved string queries by ID
DELETE/accounts/{account_id}/brand-protection/queries

Brand ProtectionMatches

Read matches for string queries by ID
GET/accounts/{account_id}/brand-protection/matches
Download matches for string queries by ID
GET/accounts/{account_id}/brand-protection/matches/download
ModelsExpand Collapse
MatchGetResponse object { matches, total }
matches: optional array of map[unknown]
total: optional number
MatchDownloadResponse object { matches, total }
matches: optional array of map[unknown]
total: optional number

Brand ProtectionLogos

Create new saved logo queries from image files
POST/accounts/{account_id}/brand-protection/logos
Delete saved logo queries by ID
DELETE/accounts/{account_id}/brand-protection/logos/{logo_id}
ModelsExpand Collapse
LogoCreateResponse object { id, tag, upload_path }
id: optional number
tag: optional string
upload_path: optional string

Brand ProtectionLogo Matches

Read matches for logo queries by ID
GET/accounts/{account_id}/brand-protection/logo-matches
Download matches for logo queries by ID
GET/accounts/{account_id}/brand-protection/logo-matches/download
ModelsExpand Collapse
LogoMatchGetResponse object { matches, total }
matches: optional array of map[unknown]
total: optional number
LogoMatchDownloadResponse object { matches, total }
matches: optional array of map[unknown]
total: optional number