Add Brand Asset
add_brand_assetUpload an image to a brand by URL. The pipeline downloads it, runs the vision tagger (classifies type, detects product name, flags is_primary_product), stores it in the brand-assets bucket, and inserts a brand_assets row. Paid (vision tag credit). If vision tagging fails, the asset is still saved with type=general and can be retried via retag_brand_asset.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| brand_id | Yes | Brand to add the asset to. Get from list_brands. | |
| image_url | Yes | Public HTTPS URL to fetch. The pipeline downloads, vision-tags, stores in the brand-assets bucket, and inserts a row. |