Figma REST API Asset Exporter

Exports design assets from Figma files using the GET /v1/files/:key and /v1/images/:key endpoints. Supports SVG, PNG, and PDF export with scale and format parameters.

agentskillexchange Updated 28 repo stars

File contents

Figma REST API Asset Exporter

Exports design assets from Figma files using the GET /v1/files/:key and /v1/images/:key endpoints. Supports SVG, PNG, and PDF export with scale and format parameters.

Installation

Use the upstream install or setup path that matches your environment:

  • Make requests for different resources:

Requirements and caveats from upstream:

  • Once granted access, you can use the Figma API to inspect a JSON representation of the file. Every layer or object in a file will be represented within the file by a node (subtree). You will then be able to access and...

Basic usage or getting-started notes:

Documentation

Source

agentskillexchange/skills/tree/main/skills/figma-rest-api-asset-exporter commit ee798c0c71

Frequently asked questions

npx skillmds@latest add agentskillexchange/figma-rest-api-asset-exporter