Skip to main content

n8n Cloud Installation

Install the AudioSpliter community node on your n8n Cloud instance.

Steps

  1. Open your n8n Cloud instance
  2. Go to Settings > Community Nodes
  3. Click Install a community node
  4. Enter the package name: n8n-nodes-audiospliter
  5. Accept the risks warning and click Install
  6. The AudioSpliter node appears in your node panel

Configuration

After installation, you need to create an AudioSpliter credential:

  1. Open any workflow
  2. Add the AudioSpliter node
  3. Click Create New Credential
  4. Enter your API key from the AudioSpliter Dashboard
  5. Click Save
Credential Name: AudioSpliter Production
API Key: as_live_abc123def456

Verification

To verify the installation:

  1. Create a new workflow
  2. Add an AudioSpliter node
  3. Select the List Jobs operation
  4. Execute the node
  5. You should see your job history (or an empty list if you have no jobs)

Troubleshooting

  • Node not appearing: Refresh your browser. Community nodes sometimes need a page reload.
  • Authentication error: Verify your API key is correct and active in the AudioSpliter dashboard.
  • Version mismatch: Ensure your n8n Cloud instance is on version 0.214 or later, which supports community nodes.

Next Steps