import_assets_csv
Batch-import up to 50 public URLs into the brand library. Use the detail parameter to control the verbosity of the returned asset list.
Instructions
Batch-import up to 50 assets by providing an array of public URLs. All are added to the brand library. Supports detail param for the returned asset list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| urls | Yes | Array of public URLs to import | |
| detail | No | Verbosity of returned item(s): "short" = id + primary label + status (cheap list scan); "medium" = key summary fields + counts (a useful glance); "full" = the complete object. Default "short". Lists default to "short" — to zoom into one item, call its get/view tool with detail="medium" or "full". | short |
| brandId | No | Brand ID (defaults to active brand) |