Real-time optimization — right in your <img> tag
Large images are the #1 cause of slow load times. imgsweet transforms
any image URL on the fly — just wrap the source URL and use it
directly as your
img src. Resized, compressed, WebP. Zero uploads.
Same image. One URL change. No SDK. No setup.
How it works
imgsweet intercepts any image URL, applies your transforms on the
fly, and returns the result — ready to drop straight into an
<img src>. No file uploads. No storage. No pipeline to maintain.
Any publicly accessible image — S3, Cloudflare, your own CDN, a
third-party URL. Pass it as the
url
param and use the resulting imgsweet URL directly in your
<img src>.
Source
Resize, convert to WebP, strip EXIF metadata, blur, grayscale — just add params to the URL. No pre-processing, no pipelines.
Params
The transformed image is cached at the nearest edge node — so repeat visitors get it in milliseconds, from wherever they are. You only pay for the first transformation per unique URL.
Output
WebPThe imgsweet advantage
No SDK. No pipeline. No infra to manage. Just build the URL and imgsweet handles the rest.
Sign up, create a key in the dashboard, and optionally allowlist domains to prevent misuse. Done in under a minute.
Construct a proxy URL with your image source and desired
transforms. The result is a plain URL — paste it into any
img src, CSS, markdown, or email.
Swap your existing
src
for the imgsweet URL — no SDK, no build step, no infra changes.
Works anywhere a URL is accepted.
Simple pricing
10 free image requests every day. No credit card required.
Buy
credits when you need more.
One credit = one request that reaches our server. CDN-cached hits are completely free — you only pay when we actually generate a transformed image for you.
No credit card. No expiry. Perfect for trying it out or low-volume projects.
w,
h), fit mode (fit: cover, contain, fill, inside, outside), quality (q), EXIF strip (strip), blur (blur), and grayscale (grayscale). All output is WebP.