--- title: 'InVision' description: '' --- # InVision undefined | Detail | Value | |---|---| | Category | Design | | Base URL | `https://api.invisionapp.com/v1` | | Authentication | API Key | | Endpoints | 6 | | Connector key | `invision` | ## Using InVision in a workflow 1. Go to **Connections** and click **New Connection**. 2. Pick **InVision** 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_list_projects_0) | List Projects | | [GET ](./get_list_screens_1) | List Screens | | [GET ](./get_upload_screen_2) | Upload Screen | | [GET ](./get_list_comments_3) | List Comments | | [GET ](./get_create_comment_4) | Create Comment | | [GET ](./get_list_teams_5) | List Teams | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.