--- title: 'Loom' description: '' --- # Loom undefined | Detail | Value | |---|---| | Category | Design | | Base URL | `https://api.loom.com/v1` | | Authentication | Bearer Token | | Endpoints | 6 | | Connector key | `loom` | ## Using Loom in a workflow 1. Go to **Connections** and click **New Connection**. 2. Pick **Loom** 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_videos_0) | List Videos | | [GET ](./get_get_video_1) | Get Video | | [GET ](./get_update_video_2) | Update Video | | [GET ](./get_get_transcript_3) | Get Transcript | | [GET ](./get_list_comments_4) | List Comments | | [GET ](./get_list_folders_5) | List Folders | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.