Types:
from brand.dev.types import (
BrandRetrieveResponse,
BrandAIProductResponse,
BrandAIProductsResponse,
BrandAIQueryResponse,
BrandFontsResponse,
BrandIdentifyFromTransactionResponse,
BrandPrefetchResponse,
BrandPrefetchByEmailResponse,
BrandRetrieveByEmailResponse,
BrandRetrieveByIsinResponse,
BrandRetrieveByNameResponse,
BrandRetrieveByTickerResponse,
BrandRetrieveNaicsResponse,
BrandRetrieveSimplifiedResponse,
BrandScreenshotResponse,
BrandStyleguideResponse,
BrandWebScrapeHTMLResponse,
BrandWebScrapeImagesResponse,
BrandWebScrapeMdResponse,
BrandWebScrapeSitemapResponse,
)Methods:
client.brand.retrieve(**params) -> BrandRetrieveResponseclient.brand.ai_product(**params) -> BrandAIProductResponseclient.brand.ai_products(**params) -> BrandAIProductsResponseclient.brand.ai_query(**params) -> BrandAIQueryResponseclient.brand.fonts(**params) -> BrandFontsResponseclient.brand.identify_from_transaction(**params) -> BrandIdentifyFromTransactionResponseclient.brand.prefetch(**params) -> BrandPrefetchResponseclient.brand.prefetch_by_email(**params) -> BrandPrefetchByEmailResponseclient.brand.retrieve_by_email(**params) -> BrandRetrieveByEmailResponseclient.brand.retrieve_by_isin(**params) -> BrandRetrieveByIsinResponseclient.brand.retrieve_by_name(**params) -> BrandRetrieveByNameResponseclient.brand.retrieve_by_ticker(**params) -> BrandRetrieveByTickerResponseclient.brand.retrieve_naics(**params) -> BrandRetrieveNaicsResponseclient.brand.retrieve_simplified(**params) -> BrandRetrieveSimplifiedResponseclient.brand.screenshot(**params) -> BrandScreenshotResponseclient.brand.styleguide(**params) -> BrandStyleguideResponseclient.brand.web_scrape_html(**params) -> BrandWebScrapeHTMLResponseclient.brand.web_scrape_images(**params) -> BrandWebScrapeImagesResponseclient.brand.web_scrape_md(**params) -> BrandWebScrapeMdResponseclient.brand.web_scrape_sitemap(**params) -> BrandWebScrapeSitemapResponse