Image Crop API
Process images via API using Sharp engine with professional quality. Features: - Crop by coordinates (x, y, cropWidth, cropHeight) - Resize to target dimensions (width, height) - Rotate by any angle (0-360 degrees) - Apply border radius for rounded corners - Output formats: PNG, JPEG, WebP Operations order: resize → rotate → crop → border radius. Perfect for thumbnails, profile pictures,…
Image Crop API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Health Check /health |
Check if API is running |
| POST |
Process Image /crop |
Crop, resize, rotate image and apply rounded corners. Returns processed image file. |
Image Crop API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 10 / minute |
|
| PRO | $5 / month | 100 / minute |
|
| ULTRA | $15 / month | 1000 / minute |
|