Tools — Image Resize API

Resize images on the fly via a simple API endpoint.

Endpoint

GET /api/resize

Parameters

ParameterTypeRequiredDescription
urlstringYesURL of the source image
widthintegerNoTarget width in pixels
heightintegerNoTarget height in pixels
qualityintegerNoOutput quality 1–100 (default 80)

Example

/api/resize?url=https://example.com/photo.jpg&width=400&height=300&quality=85