get_screenshot
Export Figma nodes as PNG, SVG, JPG, or PDF screenshots. Capture specific elements or current selection as base64-encoded images with adjustable scale for design automation.
Instructions
Export a screenshot of selected or specific nodes. Returns base64-encoded image data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Export format: PNG (default), SVG, JPG, or PDF | |
| nodeIds | No | Optional node IDs to export, colon format. If empty, exports current selection. | |
| scale | No | Export scale for raster formats (default 2) |