Figma
Access Figma design files, components, and comments
Integrate Figma into your workflows. Read design files and their node tree, list and post comments, export node images in multiple formats, browse team projects, and inspect component libraries.
| Parameter | Type | Required | Description |
|---|
fileKey | string | Yes | No description |
geometry | string | No | No description |
version | string | No | No description |
| Parameter | Type | Description |
|---|
success | boolean | Operation success status |
name | string | File name |
lastModified | string | Last modified timestamp |
thumbnailUrl | string | Thumbnail URL |
version | string | File version string |
document | object | Document tree root node |
components | object | Map of component key to component metadata |
styles | object | Map of style key to style metadata |
| Parameter | Type | Required | Description |
|---|
fileKey | string | Yes | No description |
| Parameter | Type | Description |
|---|
success | boolean | Operation success status |
comments | array | List of comments on the file |
↳ id | string | Comment ID |
↳ message | string | Comment text |
↳ created_at | string | Creation timestamp |
↳ resolved_at | string | Resolution timestamp |
| Parameter | Type | Required | Description |
|---|
fileKey | string | Yes | No description |
nodeIds | string | Yes | No description |
format | string | No | No description |
scale | number | No | No description |
| Parameter | Type | Description |
|---|
success | boolean | Operation success status |
err | string | Error message if any nodes failed to render |
images | object | Map of node ID to image URL |
| Parameter | Type | Required | Description |
|---|
fileKey | string | Yes | No description |
| Parameter | Type | Description |
|---|
success | boolean | Operation success status |
meta | object | Component metadata |
↳ components | array | List of components in the file |
| Parameter | Type | Required | Description |
|---|
teamId | string | Yes | No description |
| Parameter | Type | Description |
|---|
success | boolean | Operation success status |
name | string | Team name |
projects | array | List of projects in the team |
↳ id | string | Project ID |
↳ name | string | Project name |