Transform, optimize, and deliver images in real-time via URL parameters. No preprocessing, no complexity.
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=600Transform images in real-time via simple URL parameters — no preprocessing or complex configuration required.

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 worldwide.
Delivery via a CDN for optimal performance worldwide.
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.