How to upload images to imgur.com?

I am wanting to upload image urls from RSS to imgur.com but there’s no node that support imgur so I was wondering how would I setup to upload to imgur.com and then fetch the imgur uploaded link?

Hey @Ruriko, you can use the HTTP Request node for most API requests. Imgur uses the OAuth2 authentication which is supported by n8n.

An example workflow to upload an image could look like so:

good solution working with imgur, but if someone’s looking for a native node within n8n without having to deal with HTTP node configuration, you can try this node called ‘Upload to URL’

  • Takes a file binary as an input

  • Outputs the public URL of the file

  • Supports all major file types (Image, Video, Audio, Document)

You can install the n8n package from here: https://www.npmjs.com/package/n8n-nodes-uploadtourl

It works on self-hosted so far. Cloud version will be available soon.

Screenshot 2026-02-20 at 1.22.39 PM

Screenshot 2026-02-20 at 1.22.46 PM