← Tools Reference

ImgBB

ImgBB integration (Design & Media, Storage). Imported from open-connector.

API key1 toolhttps://api.imgbb.com
POST
imgbb_upload_image
Upload one image to ImgBB from a public URL or Base64 content and return the hosted image metadata.

/1/upload

4 parameters
ParamTypeRequiredDescription
imageUrlstringoptionalThe public image URL to upload to ImgBB.
contentBase64stringoptionalThe Base64-encoded image bytes to upload to ImgBB.
namestringoptionalThe optional file name to associate with the upload.
expirationintegeroptionalThe number of seconds after which ImgBB should automatically delete the upload.