API reference: upload images over HTTP | ImgBin
The ImgBin API is plain HTTP: multipart uploads, JSON responses and bearer tokens, so whatever HTTP client your language already has is enough and curl works for a one-off. Upload with POST /v1/images and a file part. Keys are scoped to read, write or delete, and are shown once at creation. Responses carry the image id, its direct URL, share URL, download URL, dimensions, size and format. Rate limits are returned in response headers.
ImgBin