get_asset_download_url
Retrieve download URLs for a 3D asset using its ID. Provides direct links to asset files for use with wget or curl.
Instructions
Get the download URLs for a specific asset by its ID.
Args: asset_id: The ID of the asset (either 'id' or 'assetBaseId').
Returns: Dictionary containing the download URLs for the asset files. Note: The Agent should use standard tools like curl/wget with the header 'Authorization: Bearer $BLENDERKIT_API_KEY' if downloading paid/private assets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asset_id | Yes |