Ship featherweight images. Keep every pixel that matters.
helloIMG converts, compresses and smart-crops your images in the background — WebP, AVIF and beyond — so your pages load fast on every device.


Optimization that runs itself
Upload once — helloIMG handles formats, sizes and delivery in the background.
Async by design
Upload and move on — optimization runs in the background and never slows down your site or your workflow.
Every modern format
WebP, AVIF, JPEG, PNG — with smart per-image format selection and quality levels from gentle to ultra.
Smart crop & resize
Content-aware cropping keeps faces and subjects in frame at any target size.
WordPress plugin
Install lw-img and your media library optimizes itself — new uploads and your existing images alike.
AI alt text & SEO
Vision models generate alt text and SEO metadata for every image, in your language.
Your product, not your background.
Every CMS crops thumbnails from the geometric center — but your subject is rarely there. Smart Crop scores edges, color and skin tones to place the frame over what matters.


Real, unretouched output. Subject-aware crops run losslessly in the pipeline, before format optimization — no post-crop sharpening, so files stay small.
Finds the subject
Edge density, saturation and skin-tone scoring with a rule-of-thirds bias picks the best frame — no ML latency, no upload leaves the pipeline.
Lossless first
The crop and resize run losslessly, then WebP/AVIF encoding decides the compression. One pass, tiny files.
One parameter
Add "smartcrop": true to any resize — or tick the sizes in the lw-img WordPress plugin and re-crop your whole library with one CLI command.
curl -X POST https://api.helloimg.io/v1/optimize \
-H "Authorization: Bearer YOUR_API_KEY" \
-F "[email protected]" \
-F 'data={"convert":"webp","resize":{"width":400,"height":400,"smartcrop":true}}' WordPress? Smart Crop ships in lw-img 1.8.0 — tick it per thumbnail size, or re-crop existing media with wp lw-img smartcrop.
Pay for images, not seats
Yearly billing, every optimization feature on every plan — the tiers differ in volume and AI.
Free
- ✓ 1,000 images / month
- ✓ 3 websites
- ✓ WebP & AVIF conversion
- ✓ SmartCompress
- ✓ lw-img WordPress plugin
Unlimited
- ✓ Unlimited images
- ✓ Unlimited websites
- ✓ JPEG, PNG, GIF & more
- ✓ WebP & AVIF delivery
- ✓ SmartCompress
- ✓ SmartCrop for thumbnails
- ✓ 100 AI credits / month
Unlimited + AI
- ✓ Everything in Unlimited
- ✓ Unlimited AI credits
- ✓ AI alt text & SEO metadata
- ✓ AI background removal
API Integration
Get started in minutes with our simple REST API
curl -X POST https://api.helloimg.io/v1/optimize \ -H "Authorization: Bearer YOUR_API_KEY" \ -F 'data={"level":"ultra","keep_exif":true}'Simple & Powerful
Our REST API is designed to be intuitive and easy to integrate. Upload an image, get an optimized result. It's that simple.
One simple POST request to optimize any image
Smart compression picks the best settings for you
Convert to WebP or AVIF on the fly
Get optimized images in seconds
API Response
{ "job_id": "job_abc123", "status": "completed", "progress": 100, "result": { "image_url": "https://cdn.helloimg.io/helloimg-optimized/opt_job_abc123.jpg", "original_size": 524288, "new_size": 65536, "percent": 87.5, "processing_time_ms": 342, "format": "jpeg", "width": 1920, "height": 1080 }}