ImgBB integration (Design & Media, Storage). Imported from open-connector.
https://api.imgbb.com/1/upload
| Param | Type | Required | Description |
|---|---|---|---|
| imageUrl | string | optional | The public image URL to upload to ImgBB. |
| contentBase64 | string | optional | The Base64-encoded image bytes to upload to ImgBB. |
| name | string | optional | The optional file name to associate with the upload. |
| expiration | integer | optional | The number of seconds after which ImgBB should automatically delete the upload. |