download_asset
Download Iconscout assets in the format you specify and save them to disk. Returns the local file path and signed CDN URL, with premium items using API credits.
Instructions
Download an Iconscout item in the given format and save it to disk. Returns the saved file path and the signed CDN URL. Premium items consume API credits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | Yes | Item uuid from search_assets | |
| format | No | File format: svg, png, pdf, eps, ai (icons/illustrations); json, gif, mp4 (lottie); fbx, glb, obj (3d) | svg |
| saveDir | No | Directory to save into (default: /app/iconscout-downloads) | |
| fileName | No | File name override (extension added automatically) |