Resize images on the fly via a simple API endpoint.
GET /api/resize| Parameter | Type | Required | Description |
|---|---|---|---|
url | string | Yes | URL of the source image |
width | integer | No | Target width in pixels |
height | integer | No | Target height in pixels |
quality | integer | No | Output quality 1–100 (default 80) |
/api/resize?url=https://example.com/photo.jpg&width=400&height=300&quality=85