import_asset_from_url
Import an asset from a public URL into the brand library, fetching and storing the file with optional provenance tagging for web image results.
Instructions
Import an asset into the brand library from a public URL. The server fetches and stores the file. Set assetType (e.g. 'google-image') when importing a result surfaced by search_web_images — it is recorded as a tag on the asset to preserve provenance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Publicly accessible URL of the image/video/PDF to import | |
| name | No | Display name for the asset | |
| tags | No | ||
| brandId | No | Brand ID (defaults to active brand) | |
| assetType | No | Optional source-provenance for the imported asset, e.g. 'google-image' when importing a search_web_images result. Recorded as a tag (not a separate field). |