Package Information
Released: 4/22/2025
Downloads: 1 weekly / 10 monthly
Latest Version: 1.4.1
Author: gneuman
Available Nodes
Documentation
NCA Toolkit n8n Node
This node allows you to interact with the NCA Toolkit API from within n8n workflows.
Features
- Trim videos between specified start and end times
- Optional ID tracking for requests
- Optional webhook notifications
Installation
- Install the node in your n8n instance:
npm install n8n-nodes-nca-toolkit
- Restart your n8n instance
Usage
Credentials
- Create a new NCA Toolkit API credential in n8n
- Enter your API Key
- Set the Base URL (default: https://api.nca-toolkit.com)
Node Configuration
- Add the NCA Toolkit node to your workflow
- Select the "Trim Video" operation
- Configure the following parameters:
- Video URL: The URL of the video to trim
- Start Time: Start time in HH:MM:SS format
- End Time: End time in HH:MM:SS format
- ID (Optional): Tracking ID for the request
- Webhook URL (Optional): URL for notifications
Example
Here's a simple example of how to use the node:
- Add the NCA Toolkit node
- Configure the credentials
- Set the operation to "Trim Video"
- Enter the video URL
- Set start and end times
- (Optional) Add an ID and webhook URL
- Execute the workflow
Support
For support, please open an issue in the GitHub repository.