Return the optimized image immediately.
The first request waits for conversion, then receives the optimized result. This is the quality-first choice for API-style use cases and strict output requirements.
Create one proxy, preserve the image path, and let WebP Cloud handle format negotiation, optimization, caching, and URL-based transforms.
The generated proxy mirrors the path structure of your origin, so integration can begin with a single URL before you update an entire site.
Sign in to the Dashboard with GitHub, choose Create Proxy, and enter the scheme and hostname where your original images are publicly available.
https://docs.webp.seThe Dashboard gives the Proxy a WebP Cloud address. Replace only the origin hostname and keep the rest of the image path unchanged.
https://559a238.webp.eeOpen the new URL to create the first optimized result. Test one or two images, then update the hostname in your template, CMS, or application.
https://559a238.webp.ee/images/webp-wordpress.pngQuery parameters can resize and tune an image at delivery time. WebP Cloud retains the original path and automatically chooses WebP or AVIF only when the result is smaller.
https://docs.webp.se/images/demo.jpg↓Optimized and resizedhttps://559a238.webp.ee/images/demo.jpg?width=800&quality=80Each Proxy can use the behavior that best matches its traffic pattern.
The first request waits for conversion, then receives the optimized result. This is the quality-first choice for API-style use cases and strict output requirements.
The first request receives the origin image after lightweight processing while full optimization runs asynchronously. Later requests receive the cached optimized result.
This is a deliberately small subset. The complete documentation covers adaptive resize, watermarks, filters, color adjustments, animated images, and the API.
width, heightResize to exact dimensions; using both dimensions applies attention-aware cropping.
max_width, max_heightCap large images while leaving smaller source images unchanged.
qualityOverride output quality for a request, from 10 through 100.
flip, rotateFlip vertically or horizontally, or rotate the result by an angle.
blur, sharpenApply a blur or sharpen treatment without creating another source file.
meta=fullReturn source metadata including dimensions, size, colorspace, frame count, and BlurHash.
No. WebP Cloud reads from the public image origin you configure. Your source files, CMS, and publishing workflow stay where they are.
The result is cached and subsequent requests are served from cache until a purge or relevant configuration change invalidates it.
Yes. You can start with the generated webp.ee address, then connect a custom domain from the Dashboard.
The proxy follows its Operation on Disabled setting: redirect to the origin, deny the request with a 403, or return a placeholder image.