NCA Toolkit icon

NCA Toolkit

Process media files using the No Code Architects Toolkit API

Overview

This node, part of the NCA Toolkit, processes media files by converting them to MP3 format. It is useful for scenarios where users need to extract audio from video or other media files and convert them into MP3 with customizable bitrate settings. For example, it can be used to convert online video URLs to MP3 audio files for podcasts, music extraction, or audio archiving.

Use Case Examples

  1. Convert a video file from a URL to an MP3 with 128k bitrate for podcast use.
  2. Convert media files to MP3 with higher bitrate (e.g., 320k) for better audio quality.
  3. Use webhook URL to get notified when the MP3 conversion is complete.

Properties

Name Meaning
Media URL URL of the media file to process, required for conversion.
Bitrate Audio bitrate for the MP3 file, e.g., 128k, 192k, 320k.
Webhook URL Optional URL to receive a webhook notification when processing is complete.
Custom Job ID Optional custom identifier for tracking this request.
Request Options Settings for batching, SSL certificate validation, proxy, and timeout for the request.

Output

JSON

  • id - Identifier of the conversion job or request.
  • status - Current status of the conversion process.
  • result
    • url - URL to the converted MP3 file once processing is complete.
  • message - Additional information or error messages related to the conversion.

Dependencies

  • Requires an API key credential for the NCA Toolkit API and access to the specified media URL.

Troubleshooting

  • Ensure the media URL is accessible and valid; invalid URLs will cause errors.
  • Check API key and base URL credentials are correctly configured to avoid authentication errors.
  • If using webhook URL, ensure it is reachable and correctly configured to receive notifications.
  • Timeout errors may occur if the server is slow; adjust the timeout setting accordingly.
  • SSL certificate issues can be bypassed by enabling 'Ignore SSL Issues' but use with caution.

Links

Discussion