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
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
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
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
brand_protection.queries
Methods
Create New Saved String Queries In Bulk ->
post/accounts/{account_id}/brand-protection/queries/bulk
Return a success message after creating new saved string queries in bulk
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