Skip to content
Start here

Logos

Create new saved logo queries from image files
brand_protection.logos.create(LogoCreateParams**kwargs) -> LogoCreateResponse
POST/accounts/{account_id}/brand-protection/logos
Delete saved logo queries by ID
brand_protection.logos.delete(strlogo_id, LogoDeleteParams**kwargs)
DELETE/accounts/{account_id}/brand-protection/logos/{logo_id}
ModelsExpand Collapse
class LogoCreateResponse:
id: Optional[int]
tag: Optional[str]
upload_path: Optional[str]