NCA Toolkit icon

NCA Toolkit

Process media files using the No Code Architects Toolkit API

Overview

This node integrates with the No Code Architects Toolkit API to perform video processing tasks, specifically concatenating multiple video files into one. It is useful for scenarios where users need to merge several video URLs into a single video output, such as creating compilations, combining clips for presentations, or preparing video content for streaming or sharing.

Use Case Examples

  1. Concatenate multiple video URLs into a single video file for easier distribution.
  2. Merge clips from different sources into one continuous video for a project.

Properties

Name Meaning
Video URLs A collection of video file URLs to be concatenated. Each URL must point to a valid video file.
Webhook URL An optional URL to receive a webhook notification when the video processing is complete.
Custom Job ID An optional custom identifier to track the video concatenation request.
Request Options Settings to control request behavior such as batching, SSL certificate validation, proxy usage, and timeout duration.

Output

JSON

  • jobId - Identifier of the submitted concatenation job.
  • status - Current status of the concatenation job (e.g., pending, processing, completed).
  • resultUrl - URL to access the concatenated video once processing is complete.
  • webhookNotification - Details of the webhook notification sent upon job completion, if a webhook URL was provided.

Dependencies

  • No Code Architects Toolkit API
  • API key credential for authentication

Troubleshooting

  • Ensure all provided video URLs are accessible and point to valid video files; invalid URLs may cause job failure.
  • If using a webhook URL, verify it is correctly configured to receive notifications and is publicly accessible.
  • Timeout errors may occur if the server takes too long to respond; consider increasing the timeout setting if needed.
  • SSL certificate validation errors can be bypassed by enabling the 'Ignore SSL Issues' option, but this reduces security.

Links

Discussion