Manage Brand Protection core resources
mainThe Brand Protection API allows you to manage brand security through several sub-resources: submit, queries, matches, logos, and logo_matches.
- Submit: Use
client.brand_protection.submit(account_id=...)to submit brand protection requests andclient.brand_protection.url_info(account_id=...)to retrieve URL information. - Queries: Manage brand protection queries using
client.brand_protection.queries.create(...),delete(...), orbulk(...). - Matches: Retrieve or download detected matches via
client.brand_protection.matches.get(...)orclient.brand_protection.matches.download(...). - Logos: Manage brand logos with
client.brand_protection.logos.create(...)andclient.brand_protection.logos.delete(logo_id, account_id=...). - LogoMatches: Access logo-specific matches using
client.brand_protection.logo_matches.get(...)orclient.brand_protection.logo_matches.download(...).