Figma
Figma is a collaborative interface design tool with a comprehensive REST API for accessing and manipulating design files, projects, and teams.
APIs
Figma API
Figma allows designers to create and prototype their digital experiences - together in real-time and in one place - helping them turn their ideas and visions into products, fast...
Figma REST API
The Figma REST API provides programmatic access to Figma files, comments, components, and related resources. It enables developers to read and interact with design data, export ...
Figma Files API
Figma Files API provides access to design file data including document trees, nodes, images, version history, and file metadata. Read and export design data from Figma files pro...
Figma Images API
Figma Images API provides endpoints for rendering and exporting images from Figma files in various formats including PNG, JPG, SVG, and PDF.
Figma Teams API
Figma Teams API provides endpoints for managing team-level resources including webhooks, projects, and team configuration.
Figma Projects API
Figma Projects API provides endpoints for listing team projects and retrieving project files.
Figma Me API
Figma Me API provides the endpoint for retrieving information about the currently authenticated user.
Figma Components API
Figma Components API provides access to published components, component sets, and styles from team libraries. Query component metadata, retrieve thumbnails, and access documenta...
Figma Component Sets API
Figma Component Sets API provides endpoints for retrieving published component set metadata from team libraries.
Figma Styles API
Figma Styles API provides endpoints for retrieving published style metadata including colors, text styles, and effects from team libraries.
Figma Activity Logs API
Figma Activity Logs API provides endpoints for retrieving activity log events for an organization, enabling audit trail and compliance monitoring.
Figma Payments API
Figma Payments API provides endpoints for querying user payment information on plugins, widgets, and Community files.
Figma Dev Resources API
Figma Dev Resources API provides endpoints for creating, updating, and deleting dev resources attached to design nodes, enabling design-to-code workflows.
Figma Analytics API
Figma Analytics API provides endpoints for tracking component, style, and variable usage across team libraries, enabling design system adoption measurement.
Figma Comments API
Figma Commenting mode allows users to leave comments directly on layers or objects on the canvas. You can use the Figma API to post comments and reactions to a Figma file, view ...
Figma Version History API
Figma allows you to distinguish different stages or versions of a file as it evolves over time. The Version History API provides endpoints to view, track, and restore previous v...
Figma Variables API
The Variables REST API includes endpoints for querying, creating, updating, and deleting variables. Variables store reusable values that can be applied to design properties and ...
Figma Library Analytics API
The Library Analytics REST API provides six methods for tracking component, style, and variable usage. Each resource type has an actions endpoint and a usages endpoint, allowing...
Collections
Figma Activity Logs API
POSTMANFigma Analytics API
POSTMANFigma API
POSTMANFigma Component Sets API
POSTMANFigma Dev Resources API
POSTMANFigma Files API
POSTMANFigma Images API
POSTMANFigma Me API
POSTMANFigma Payments API
POSTMANFigma Projects API
POSTMANFigma REST API
POSTMANFigma Styles API
POSTMANFigma Teams API
POSTMANFigma Analytics API
OPENFigma API
OPENFigma Files API
OPENFigma Images API
OPENFigma Me API
OPENFigma Payments API
OPENFigma Projects API
OPENFigma REST API
OPENFigma Styles API
OPENFigma Teams API
OPENArazzo Workflows
Figma Attach Dev Resource to Node
Confirm a file and node exist, then attach a code or doc link to that node.
ARAZZOFigma Audit Team Component
List a team's published components, inspect one, and open its source file.
ARAZZOFigma Audit Team Webhooks
Confirm the authenticated user, then list the webhooks registered for a team.
ARAZZOFigma Browse Project File Comments
List files in a project, open the first file, and read its comments.
ARAZZOFigma Catalog File Components
Open a file and list the local published components it defines.
ARAZZOFigma Inventory Team Component Sets
List a team's published component sets and pull metadata for the first one.
ARAZZOFigma Inventory Team Styles
List a team's published styles and pull full metadata for the first one.
ARAZZOFigma Post and Verify Comment
Post a new comment to a file, then read the thread back to confirm it landed.
ARAZZOFigma React to Latest Comment
Find the most recent comment on a file, add an emoji reaction, and list reactions.
ARAZZOFigma Render File Node Images
Open a file, drill into specific nodes, and render them to image URLs.
ARAZZOFigma Report Library Usage
Open a library file, then pull its component or style usage analytics.
ARAZZOFigma Snapshot Team Project Versions
Walk a team to its first project, list that project's files, and read one file's version history.
ARAZZOGraphQL
Figma GraphQL
Figma does not offer a native public GraphQL API. The Figma platform exposes all programmatic access through a comprehensive REST API available at `https://api.figma.com/v1/`. T...
GRAPHQLPricing Plans
Rate Limits
FinOps
Figma Finops
FINOPSFeatures
Use Cases
Build, publish, and track adoption of shared component libraries across product teams.
Programmatically export design assets for build pipelines and content delivery workflows.
Attach code references to design nodes using dev resources for seamless developer handoff.
Extend Figma with custom plugins and widgets using the Plugin API and Widget API.
Monitor organization activity logs for security compliance and access auditing.
Programmatically back up file data and version history for disaster recovery.
Event Specifications
Figma Webhooks
Figma Webhooks allow applications to receive real-time notifications when events occur in Figma files and projects. Webhooks are configured at the team level and send HTTP POST ...
ASYNCAPI