Resize, crop, and transform images via API. Support for multiple fit modes, formats, and quality settings.
POST /v1/image-resize| Name | Type | Required | Description |
|---|---|---|---|
| url | string | Yes | URL of the image to resize |
| width | integer | Yes | Target width in pixels |
| height | integer | No | Target height in pixels |
| fit | string | No | Fit mode: cover, contain, fill (default: cover) |
curl -X POST "https://api.toolcenter.dev/v1/image-resize" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"url": "https://example.com/photo.jpg", "width": 400, "height": 300, "fit": "cover"}' \
--output resized.jpg
Generate thumbnail images
Prepare images for responsive layouts
Create social media sized images
Batch resize product photos
500 free API calls per month. No credit card required.
Get Started Free