New Tiers availableMore feature, Up to 10 Million AI-Tokens for free
Read blog postTransform, optimize, and deliver images in real-time via URL parameters. No preprocessing, no complexity.
No build pipelines, no preprocessing, no configuration. Just upload your original and let the Image Proxy handle the rest.
Upload your full-resolution image to Fairu. We store the original safely — no quality loss, no compression at this stage.
Add width, height, format, or quality parameters to the image URL. Each combination is generated on-the-fly and cached automatically.
The optimized variant is served instantly. Subsequent requests hit the cache — delivering in milliseconds with zero processing delay.
Simply append parameters to the URL to transform images on-the-fly.
https://files.fairu.app/{UUID}/{filename}?width={INT}&height={INT}&focal_point={STRING}
// Example
https://files.fairu.app/9f8687a9-9a4e-4fd2-9cd8-73cc6cd51fd7/hero-image.jpg?width=800&height=600Adjust the parameters and see the result in real-time. The URL updates automatically.

https://files.fairu.app/9fad6214-3c0e-4f02-a0dd-16e9d42d302b/demo.jpg?width=800Transform images in real-time via simple URL parameters — no preprocessing or complex configuration required.

<60s
cache invalidation
WebP/AVIF
automatic format selection
0%
quality loss at 85% compression
99.99%
uptime

Control size, format, and quality of your images directly via URL parameters.
Set the width in pixels for proportional scaling.
?width=800Set the height in pixels, combinable with width for exact cropping.
?width=800&height=600Define a custom focal point for smart cropping.
?width=300&height=300&focal=0-0-1Convert to WebP, JPG, or PNG for optimal compression.
?format=webpSet compression quality (0-100). Recommended: 75-90.
?quality=85For videos: Choose low, medium, or high compression.
?version=mediumNot just images — the Fairu Proxy also optimizes video delivery with automatic thumbnails and HLS streaming.
Everything you need for modern image delivery.
Changes are reflected within 60 seconds, cached images delivered instantly via European edge servers.
Delivery via a European CDN for optimal performance and data sovereignty.
Not just images — PDFs, Word documents, and videos are also optimized for delivery.
AI-powered focal point detection for perfect image crops.
<!-- Resize to 800px width -->
<img src="https://files.fairu.app/{UUID}/image.jpg?width=800" />
<!-- Resize and crop to exact dimensions -->
<img src="https://files.fairu.app/{UUID}/image.jpg?width=400&height=300" /><!-- Convert to WebP with 85% quality -->
<img src="https://files.fairu.app/{UUID}/image.jpg?format=webp&quality=85" />
<!-- Optimized for thumbnails -->
<img src="https://files.fairu.app/{UUID}/image.jpg?width=150&quality=75" /><!-- Custom focal point for smart cropping -->
<img src="https://files.fairu.app/{UUID}/portrait.jpg?width=300&height=300&focal=0-0-1" />
<!-- AI auto-detects focal point when not specified --><!-- Get video thumbnail -->
<img src="https://files.fairu.app/{UUID}/video.mp4?width=800" />
<!-- HLS Streaming Playlist -->
https://fairu.app/hls/{UUID}/playlist.m3u8Start now and experience lightning-fast image delivery with the Fairu Image Proxy.