download_assets
Download rendered PNG, SVG, or PDF exports and raw source images for a specific Figma node, including embedded raster fills for cross-file transfer.
Instructions
Do what: Downloads rendered exports and raw source images/SVGs for a single node. Expected output: { export: { url, format }, rawImages: [{ url, format }], svgAssets: [{ url }] }. Use when: you need the rendered PNG/SVG/PDF of a node, or want to extract embedded raster fills for cross-file transfer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nodeId | Yes | Target node ID. | |
| fileKey | Yes | ||
| defaultScale | No | Export scale multiplier. | |
| defaultFormat | No | Export format. |