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=800
Control size, format, and quality of your images directly via URL parameters.
Set the width in pixels for proportional scaling.
?width=800
Set the height in pixels, combinable with width for exact cropping.
?width=800&height=600
Define a custom focal point for smart cropping.
?width=300&height=300&focal=0-0-1
Convert to WebP, JPG, or PNG for optimal compression.
?format=webp
Set compression quality (0-100). Recommended: 75-90.
?quality=85
For videos: Choose low, medium, or high compression.
?version=medium
Everything you need for modern image delivery.
Every transformation is cached after the first request and served from European edge servers; replacing an asset invalidates its cached variants.
Delivery via a European CDN, operated and billed in Europe.
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" alt="A red bicycle against a brick wall" />
<!-- Resize and crop to exact dimensions -->
<img src="https://files.fairu.app/{UUID}/image.jpg?width=400&height=300" alt="A red bicycle against a brick wall" /><!-- Convert to WebP with 85% quality -->
<img src="https://files.fairu.app/{UUID}/image.jpg?format=webp&quality=85" alt="A red bicycle against a brick wall" />
<!-- Optimized for thumbnails -->
<img src="https://files.fairu.app/{UUID}/image.jpg?width=150&quality=75" alt="A red bicycle against a brick wall" /><!-- Custom focal point for smart cropping -->
<img src="https://files.fairu.app/{UUID}/portrait.jpg?width=300&height=300&focal=0-0-1" alt="Anna Bauer, head and shoulders" />
<!-- AI auto-detects focal point when not specified --><!-- Get video thumbnail -->
<img src="https://files.fairu.app/{UUID}/video.mp4?width=800" alt="The workshop, first frame of the clip" />
<!-- HLS Streaming Playlist -->
https://fairu.app/hls/{UUID}/playlist.m3u8Start now and experience lightning-fast image delivery with the Fairu Image Proxy.