Uploadtourl logo

Uploadtourl

Free

n8n node to upload any file and get a public URL instantly using Upload to URL

AI AgentsFreeFree tier
#n8n
Inputs: fileOutputs: url
Type
Open Source

About Uploadtourl

n8n-nodes-uploadtourl is an open-source n8n community node that enables users to upload any file and instantly obtain a public URL. It integrates seamlessly into n8n workflows, allowing for automated file sharing, temporary hosting, and file-based triggers. The node supports various file types and provides a simple interface for uploading files directly from a workflow step.

Key Features

Upload files directly within n8n workflows
Get a public URL for each uploaded file instantly
Supports various file types
Free and open-source
Simple integration as an n8n community node

Pros & Cons

Pros
  • Free and open-source with no licensing costs
  • Easy to install and integrate into existing n8n setups
  • Provides immediate public URLs for files
  • Lightweight and performant
Cons
  • Requires n8n environment – not standalone
  • May have file size or retention limits set by the upload service
  • Limited documentation beyond the npm page

Best For

Automating file sharing in n8n workflowsTemporary file hosting for integrationsGenerating downloadable links for processed filesTriggering actions based on file uploads

Alternatives to Uploadtourl

FAQ

How do I install the n8n-nodes-uploadtourl node?
Install via npm: 'npm install n8n-nodes-uploadtourl' in your n8n instance, then enable the community node in n8n settings.
Is the upload service free?
Yes, the node itself is free and open-source, and the underlying upload service (Upload to URL) appears to offer free temporary file hosting.
What file types are supported?
The node supports any file type that can be uploaded via HTTP multipart/form-data, typically images, documents, archives, and more.