ImgBB Image Upload API
REST API (v1) for uploading images to ImgBB. Accepts binary files, base64-encoded image data, or image URLs via POST or GET to https://api.imgbb.com/1/upload. Returns JSON with direct image URL, viewer URL, thumbnail URL, delete URL, image dimensions, file size, MIME type, and optional expiration timestamp. Authentication is via an API key passed as the key query parameter or form field.
Documentation
Specifications
Examples
Example
https://raw.githubusercontent.com/api-evangelist/imgbb/refs/heads/main/examples/upload-image-post.json
Example
https://raw.githubusercontent.com/api-evangelist/imgbb/refs/heads/main/examples/upload-image-url.json
Example
https://raw.githubusercontent.com/api-evangelist/imgbb/refs/heads/main/examples/upload-image-base64.json