Get File Images
get_file_imagesRender images of specific nodes in a Figma design file. Returns a map of node id to a rendered image URL. Use to get visual previews (PNG, SVG, or JPG) of frames, components, or layers from a design.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scale | No | Image scale factor, 0.01–4 (default 1). | |
| format | No | Image output format (default "png"). | |
| file_key | Yes | The Figma file key (the segment after /file/ or /design/ in a Figma URL). | |
| node_ids | Yes | Comma-separated list of node ids to render (e.g. "1:2,1:3"). |