figma_download_assets
Export Figma design assets as PNG, JPG, SVG, or PDF by providing a file or node URL. Retrieve image fills for specified nodes to streamline asset delivery.
Instructions
Export URLs (GET /v1/images) and image fills for the file (GET /v1/files/:key/images).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Figma file or node URL. | |
| scale | No | ||
| format | No | ||
| fileKey | No | Figma file key or full URL (figma.com/design/...). | |
| nodeIds | No | Nodes to export. If omitted, returns image fills only. | |
| includeImageFills | No | Default: true. |