Image Resizing
Resize and crop images on the fly with pixel-perfect control. Supports multiple fit modes, output formats, and background colors. Perfect for generating thumbnails, social media images, and responsive image variants.
Image Resizing endpoints
| Method | Endpoint | Description |
|---|---|---|
| Resize | ||
| POST |
resizeImage /v1/resize |
Resize an image to specified dimensions with configurable fit mode and output format. Accepts a JSON body with either a remote image `url` or a `base64`-encoded image string. ###… |
| Crop | ||
| POST |
cropImage /v1/crop |
Crop an image to specific dimensions from a configurable anchor point. Unlike resize with `cover` fit (which scales then crops), this endpoint crops at the original resolution… |
| Health | ||
| GET |
getHealth /health |
Returns the current health status of the API. This endpoint does not require authentication and can be used for uptime monitoring. |
| GET |
getDocs /v1/docs |
Returns a JSON object describing available endpoints, parameters, and usage examples. Useful for programmatic discovery. |
| Other endpoints | ||
| GET |
getHealth /health |
Returns the current health status of the API. This endpoint does not require authentication and can be used for uptime monitoring. |
| POST |
cropImage /v1/crop |
Crop an image to specific dimensions from a configurable anchor point. Unlike resize with `cover` fit (which scales then crops), this endpoint crops at the original resolution… |
| GET |
getDocs /v1/docs |
Returns a JSON object describing available endpoints, parameters, and usage examples. Useful for programmatic discovery. |
| POST |
resizeImage /v1/resize |
Resize an image to specified dimensions with configurable fit mode and output format. Accepts a JSON body with either a remote image `url` or a `base64`-encoded image string. ###… |
Image Resizing pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 5 / minute |
|
| PRO | $9.99 / month | 30 / minute |
|
| ULTRA Recommended | $49.99 / month | 150 / minute |
|
| MEGA | $199 / month | 500 / minute |
|