If you’ve ever had to stop mid-workflow just to figure out where to host a file - this is for you.
What it does
Drop a binary file in → get a public CDN URL out → wire it to the next step.
That’s it.
Why not just use S3 or Cloudinary?
They work. But both pull you out of your workflow to:
-
Set up a bucket or account
-
Handle credentials
-
Configure access rules
All just to get a URL. This is the simpler path - no storage setup, no extra accounts, no leaving n8n.
A few things worth knowing
-
Set an expiry if the file is temporary
-
Skip it if you need the URL to stick around permanently
-
Verified and on n8n cloud
Get started
Search Upload to URL in nodes. Get your free API key at uploadtourl.com


