Image Compression
Compress and optimize images on the fly with intelligent lossy and lossless compression. Reduce file sizes by up to 90% while maintaining visual quality. Supports JPEG, PNG, WebP, and AVIF output formats. ## Features - **Smart compression** -- Automatically selects optimal compression settings based on image content - **Multiple formats** -- Convert between JPEG, PNG, WebP, and AVIF - **Quality…
Image Compression endpoints
| Method | Endpoint | Description |
|---|---|---|
| Compress | ||
| POST |
compressImage /v1/compress |
Compress and optimize an image with configurable quality, format, and dimension settings. Accepts a JSON body with either a remote image `url` or a `base64`-encoded image string.… |
| 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. |
| GET |
getDocs /v1/docs |
Returns a JSON object describing available endpoints, parameters, and usage examples. Useful for programmatic discovery. |
| POST |
compressImage /v1/compress |
Compress and optimize an image with configurable quality, format, and dimension settings. Accepts a JSON body with either a remote image `url` or a `base64`-encoded image string.… |
Image Compression 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 |
|