List Brand Assets
list_brand_assetsList images for a brand. Filter by PowerSource (this scan only, via powersource_id), by on-pack product_name (the vision tagger's read), by type (logo, product, product_cutout, hero, lifestyle, ingredient, packaging, certification, before_after, infographic, screenshot, video, general), or by is_primary_product. Use this BEFORE generating any image-based output so you pick from the brand's real assets, not generic stock. Returns asset_id, signed url, type, detected_product_name, is_primary_product, sources. Free, read-only. Paginated via cursor.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Filter by image type: logo, product, product_cutout, hero, lifestyle, ingredient, packaging, certification, before_after, infographic, screenshot, video, general. | |
| limit | No | Page size. Default 50, max 200. | |
| cursor | No | Pagination cursor returned as next_cursor on the previous page. | |
| brand_id | Yes | Brand to list assets for. Get from list_brands. | |
| product_name | No | Filter to assets the vision tagger read as this on-pack product name. | |
| powersource_id | No | Filter to assets discovered during this PowerSource scan. | |
| is_primary_product | No | Filter to only the scanned product's images (or its absence with false). |