imgbb -image-uploader is a lightweight Node.js library for uploading images to the ImgBB API. It provides a simple and easy-to-use interface for uploading images and retrieving their URLs. - sahilve... A small tool to easily mass download images from imgBB from links. - GitHub - deontic/ imgBB -bulk-exe: A small tool to easily mass download images from imgBB from links. If I understand correctly (using the same imgbb API key for several different services), it should work without problem, as long as you don't run into the rate limit. ImgBB also easily allows having multiple API keys: But then they're all tied to the same account. Depending what you need, I'd: use a single API key if you use imgbb on a thing like a server OR your own Discord bot use multiple API keys bound to same account if you use imgbb API in different contexts (like, your web server ... Now you can make a Client object and initialize it with your own API key from imgbb . Optionally, also pass the aiohttp.ClientSession() object you want the imgbb client to use.