ImgBB Upload Request
Request body schema for uploading an image to ImgBB via the v1 API.
Image HostingImage UploadFile SharingCloud StorageMediaREST API
Properties
| Name |
Type |
Description |
| key |
string |
API key for authentication, obtained from https://api.imgbb.com/. |
| image |
string |
A binary file, base64-encoded image data, or a remote image URL. Maximum 32 MB. |
| name |
string |
Optional file name. Auto-detected for multipart binary uploads. |
| expiration |
integer |
Auto-delete the image after this many seconds (60 to 15552000 / 180 days). Omit for permanent storage. |
JSON Schema