Manipic
Rotate, resize, flip, and manipulate images.
2 subscribers
5 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
Manipic endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Rotate /rotate |
###Rotate the image by an explicit angle **Parameters:** `angle: number ` angle of rotation. |
| POST |
Flip /flip |
###Flip the image about the vertical Y axis or about the horizontal X axis. **Parameters:** `axis: AXIS_ENUM ` indicate wether to flip about the vertical of horizontal axis. ```… |
| POST |
Add Border /addBorder |
###Add custom border to the image. **Parameters:** `color: hex` color of the border. `width: number ` width of the border. |
| POST |
Blur /blur |
###Blur the image **Parameters:** `sigma: number ` a value between 0.3 and 1000 representing the sigma of the Gaussian mask, where `sigma = 1 + radius / 2` |
| POST |
Resize /resize |
###Resize image to width, height or width x height. **Parameters:** `width: number ? ` pixels wide the resultant image should be. don't send this parameter to auto-scale the… |
Manipic pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $2.99 / month | — |
|
| ULTRA | $4.99 / month | — |
|
| MEGA | $9.99 / month | — |
|