store_download
Import a public store asset into the current project using its ID, name, and license obtained from store_get. Use only for new assets, not ones already in the project.
Instructions
Clone/import a public store asset into the current project. Requires the license fields returned by store_get. Reaches an external service over the network and adds new assets to the project. When NOT to use: for assets already in the project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Store asset id (from store_search) | |
| name | Yes | Name for the imported asset | |
| folder | No | Asset ID | |
| license | Yes | License info from store_get |