get_screenshot
Export a screenshot of selected or specified Figma nodes as base64-encoded image data for integration into other tools or processes.
Instructions
Export a screenshot of one or more nodes as base64-encoded image data (held in memory). Use save_screenshots instead when you want to write images directly to disk without base64 in the response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scale | No | Export scale for raster formats (default 2) | |
| format | No | Export format: PNG (default), SVG, JPG, or PDF | |
| nodeIds | No | Optional node IDs to export, colon format. If empty, exports current selection. |