nca-toolkit-gneuman

N8N node for NCA Toolkit integration with video trimming capabilities

Package Information

Released: 4/22/2025
Downloads: 1 weekly / 10 monthly
Latest Version: 1.4.1
Author: gneuman

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

  1. Install the node in your n8n instance:
npm install n8n-nodes-nca-toolkit
  1. Restart your n8n instance

Usage

Credentials

  1. Create a new NCA Toolkit API credential in n8n
  2. Enter your API Key
  3. Set the Base URL (default: https://api.nca-toolkit.com)

Node Configuration

  1. Add the NCA Toolkit node to your workflow
  2. Select the "Trim Video" operation
  3. 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:

  1. Add the NCA Toolkit node
  2. Configure the credentials
  3. Set the operation to "Trim Video"
  4. Enter the video URL
  5. Set start and end times
  6. (Optional) Add an ID and webhook URL
  7. Execute the workflow

Support

For support, please open an issue in the GitHub repository.

License

MIT

Discussion