Image resizer
Here's a table of every possible manipulation using the API. Manipulations can be stacked and combined in a single request. Parameter | Values | Explaination ---|---|--- `width` | integer | Resize image to specified width, while maintaining aspect ratio. `height` | integer | Resize image to specified height, while maintaining aspect ratio. `fit` | boolean | Combines cropping with resizing to…
Image resizer endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Upload an image /resize |
This endpoint works best for images that are not on the public internet. Only the `source` is required parameter. There are a couple ways to upload an image: - Upload an image as… |
| GET |
Resize an image from public url /resize |
Only `url` is required. It must be in the form of publicly accessible URL. |
Image resizer pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $19 / month | — |
|
| ULTRA | $99 / month | — |
|
| MEGA | $499 / month | — |
|