--- title: 'Figma' description: '' --- # Figma undefined | Detail | Value | |---|---| | Category | Design | | Base URL | `https://api.figma.com/v1` | | Authentication | API Key | | Endpoints | 7 | | Connector key | `figma` | ## Using Figma in a workflow 1. Go to **Connections** and click **New Connection**. 2. Pick **Figma** from the marketplace. 3. Enter your credentials (see Authentication above for what's expected). 4. In a workflow, drop an **API Call** node and select this connection. 5. Pick the operation you need from the Operation dropdown — see the table below. ## Available Endpoints | Endpoint | Summary | |---|---| | [GET ](./get_get_file_0) | Get File | | [GET ](./get_get_file_nodes_1) | Get File Nodes | | [GET ](./get_render_images_2) | Render Images | | [GET ](./get_list_comments_3) | List Comments | | [GET ](./get_list_components_4) | List Components | | [GET ](./get_list_styles_5) | List Styles | | [GET ](./get_list_team_projects_6) | List Team Projects | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.