Actions15
- Video Processing Actions
- Audio Processing Actions
- Media Operation Actions
- S3 Actions
- Status Actions
Overview
This node performs audio concatenation by combining multiple audio files from provided URLs into a single audio output. It is useful in scenarios where users need to merge several audio clips, such as creating podcasts, audio presentations, or compiling music tracks. Users provide URLs of audio files to be concatenated, and optionally can specify a webhook URL to receive notifications upon completion and a custom job ID for tracking.
Use Case Examples
- Concatenate multiple podcast episode segments into one file.
- Merge several music tracks into a single audio file for playback.
- Combine audio clips from different sources into a unified audio presentation.
Properties
| Name | Meaning |
|---|---|
| Audio URLs | List of URLs pointing to the audio files to be concatenated. Each URL must be a valid string representing the location of an audio file. |
| Webhook URL | Optional URL to receive a webhook notification when the audio concatenation process is complete. |
| Custom Job ID | Optional custom identifier to track the concatenation request. |
| Request Options | Settings to control request behavior such as batching, SSL certificate validation, proxy usage, and request timeout. |
Output
JSON
concatenatedAudioUrl- URL of the resulting concatenated audio file.jobId- Identifier of the processing job, useful for tracking and referencing.status- Current status of the concatenation job (e.g., pending, completed).
Dependencies
- Requires an API key credential for the No Code Architects Toolkit API to authenticate requests.
Troubleshooting
- Ensure all provided audio URLs are accessible and valid to avoid request failures.
- If using a webhook URL, verify it is correctly configured to receive notifications.
- Check network settings if using a proxy to ensure proper connectivity.
- Timeout errors may occur if the server is slow; consider increasing the timeout setting.
- SSL validation errors can be bypassed by enabling the 'Ignore SSL Issues' option, but this reduces security.
Links
- NCA Toolkit Audio Concatenate API Documentation - Official documentation for the audio concatenation API used by this node.