New Tiers availableMore feature, Up to 10 Million AI-Tokens for free

Read blog post
Image Proxy

The Fastest Way to Optimized Images

Transform, optimize, and deliver images in real-time via URL parameters. No preprocessing, no complexity.

The Fastest Way to Optimized ImagesORIGINONE FILEEDGECACHED?WIDTH=800URL PARAMFFIG.23 · FILE PROXY
How it works

From upload to optimized delivery in 3 steps

No build pipelines, no preprocessing, no configuration. Just upload your original and let the Image Proxy handle the rest.

01 / 03

Upload your original

Upload your full-resolution image to Fairu. We store the original safely — no quality loss, no compression at this stage.

02 / 03

Request via URL parameters

Add width, height, format, or quality parameters to the image URL. Each combination is generated on-the-fly and cached automatically.

03 / 03

Delivered optimized

The optimized variant is served instantly. Subsequent requests hit the cache — delivering in milliseconds with zero processing delay.

API-First

Simple URL Structure

Simply append parameters to the URL to transform images on-the-fly.

URL Structure
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=600
Live demo

Try it yourself

Adjust the parameters and see the result in real-time. The URL updates automatically.

800px
Height
85
Focal point
The sample image with the transformations applied
https://files.fairu.app/9fad6214-3c0e-4f02-a0dd-16e9d42d302b/demo.jpg?width=800
Image Transformations

Transform images in real-time via simple URL parameters — no preprocessing or complex configuration required.

Resize
Scale and crop images dynamically with width and height parameters.
Focal Point
AI automatically detects the focal point or set it manually with the focal parameter.
Format Conversion
Automatic conversion to WebP, the format the proxy emits by default.
Quality Control
Control compression with the quality parameter for optimal file size.
Fairu Image Transformations
How it works

One original, every size on request

1
original per asset
the only file you keep in sync
0
variants to manage
no build step, none to clear by hand
6
URL parameters
width · height · format · quality · focal · version
rendered per variant
every later request is served from cache
Simple Control

URL Parameters

Control size, format, and quality of your images directly via URL parameters.

width

Set the width in pixels for proportional scaling.

?width=800

height

Set the height in pixels, combinable with width for exact cropping.

?width=800&height=600

focal

Define a custom focal point for smart cropping.

?width=300&height=300&focal=0-0-1

format

Convert to WebP, JPG, or PNG for optimal compression.

?format=webp

quality

Set compression quality (0-100). Recommended: 75-90.

?quality=85

version

For videos: Choose low, medium, or high compression.

?version=medium

Video Features

Not just images — the Fairu Proxy also optimizes video delivery with automatic thumbnails and HLS streaming.

Video Thumbnails
Automatically generated screenshots from videos, processable like regular images.
Compressed Versions
Access low, medium, or high compressed versions.
HLS Streaming
Enable HLS streaming for adaptive quality based on bandwidth.
Powerful Features

Why Fairu Image Proxy?

Everything you need for modern image delivery.

01 / 04

Smart Caching

Every transformation is cached after the first request and served from European edge servers; replacing an asset invalidates its cached variants.

02 / 04

CDN

Delivery via a European CDN, operated and billed in Europe.

03 / 04

All File Types

Not just images — PDFs, Word documents, and videos are also optimized for delivery.

04 / 04

AI Optimization

AI-powered focal point detection for perfect image crops.

Easy Integration

Code Examples

Basic Resize
<!-- 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" />
Format & Quality
<!-- 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" />
Focal Point
<!-- 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 -->
Video Thumbnails & HLS
<!-- 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.m3u8
FAQ

Frequently asked questions about Image Proxy

Ready for Lightning-Fast Images?

Start now and experience lightning-fast image delivery with the Fairu Image Proxy.

  • No credit card required
  • Trial with usage limits
  • Cancel anytime