Imgbb Extension for App Inventor, Kodular, Niotron
The Imgbb extension allows you to upload images directly to the ImgBB image hosting service from your Android apps built with no-code platforms like Kodular, Niotron, or MIT App Inventor.
Main Features:
- Set your ImgBB API Key easily to authenticate uploads.
- Upload images from:
- File path (
UploadImageFromPath) - Base64 string (
UploadImageFromBase64) - Direct URL (
UploadImageFromUrl)
- File path (
- Set optional expiration time for uploaded images (in seconds).
- Test API connection using a small transparent image (
TestConnection). - Track upload progress with the
OnUploadProgressevent.
Returned Information on Success:
Each upload method triggers an event returning:
imageUrl: Final URL of the uploaded imagedeleteUrl: URL to delete the imagedisplayUrl: ImgBB display pagethumbUrl: Thumbnail image URL (if available)
Events Included:
OnUploadFromPathSuccess,OnUploadFromPathErrorOnUploadFromBase64Success,OnUploadFromBase64ErrorOnUploadFromUrlSuccess,OnUploadFromUrlErrorOnTestConnectionSuccess,OnTestConnectionErrorOnUploadProgress
This extension is perfect for apps that need to quickly send images to the cloud without needing a backend server.
Imgbb (2).aix (14.8 KB)
