Imagical
Imagical is an api built with Rust programming language with the rocket framework. As rust is very fast and efficient, I don't guarantee (we can't guarantee anything) but promise that my api is fast. This api can crop images, resize, brighten them and etc. We will be adding more features to this api and also a docs section so you can be guided easily, stay safe, have a nice day.
Imagical endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Blur /image/blur |
API will take an image url and blur it and send you the image as base64. |
| POST |
Crop /image/crop |
API will take url, x, y, width and height in the body and the crop the image and send it back as base64. |
| POST |
Resize /image/resize |
Resize your image. |
| POST |
Brighten /image/brighten |
Brighten your image. |
Imagical pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $3 / month | 5 / second |
|
| ULTRA | $6 / month | — |
|
| MEGA | $9 / month | — |
|