Render Figma node images
get_imagesRender Figma design nodes to short-lived image URLs (PNG, JPG, SVG, or PDF). Specify file and node IDs, with optional scale and format, to generate snapshots for design reviews or CI workflows.
Instructions
GET /v1/images/{key}?ids=&format= — render nodes to short-lived image URLs (png default). Distinct from get_image_fills (uploaded fill assets).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | Node ids, comma-separated or as an array. URL form 1-2 is normalized to 1:2. | |
| file | Yes | Figma file key or URL (figma.com/design/... or figma.com/file/...) | |
| scale | No | Render scale between 0.01 and 4. | |
| format | No | Export format. Defaults to png. | png |