Image Processing
Resize, convert, compress, strip metadata, and watermark images via a simple API. Send raw bytes or an image URL; get the processed image back. WebP, JPEG, and PNG supported.
Image Processing endpoints
| Method | Endpoint | Description |
|---|---|---|
| resize | ||
| POST |
resize /resize |
Resize to width and/or height. Send the image as the raw request body, or pass ?url=. |
| convert | ||
| POST |
convertFormat /convert |
|
| compress | ||
| POST |
compress /compress |
|
| strip | ||
| POST |
strip /strip |
|
| watermark | ||
| POST |
watermark /watermark |
|
Image Processing pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 1 / second |
|
| PRO | $25 / month | 5 / second |
|
| ULTRA | $80 / month | 15 / second |
|
| MEGA | $250 / month | 30 / second |
|