ImageResize - Image Resizing API

API Endpoint

/api/resize

Example Usage

/api/resize?url=https://picsum.photos/800/600&width=400&height=300

Notes

Available Parameters

[
  "url",
  "width",
  "height",
  "format"
]

Default Parameters

{
  "url": "https://picsum.photos/800/600",
  "width": 800,
  "height": 600,
  "format": "jpeg"
}

How to Use

Make a GET request to /api/resize with your desired parameters as query strings. The service will return a resized image.

Examples: