Skip to main content

Introduction

Resizer is a free service to serve optimized images via api.

How it works

  1. Pass the image URL along with the desired parameters.
  2. Resizer will:
    • Fetch the image.
    • Resize it to your specifications.
    • Cache it globally for fast delivery using Cloudflare global CDN.
  3. On subsequent requests, the cached image is served immediately.

Example

Example api call
https://resizer.usebaked.com/api?url=resizer.usebaked.com/example.jpg&w=500

Output

Demo