MicroAPIs Image Tools
Image optimization, resizing, format conversion, plus color palette generation, contrast checking, and color space conversion. 8 endpoints.
MicroAPIs Image Tools endpoints
| Method | Endpoint | Description |
|---|---|---|
| Image | ||
| POST |
imageOptimize /image/optimize |
Compresses and optimizes an image while maintaining visual quality. Returns the optimized image as base64 with size comparison. |
| POST |
imageInfo /image/info |
Analyzes an image (from URL or base64) and returns its dimensions, format, file size, and color space. |
| POST |
imageResize /image/resize |
Resizes an image to the specified dimensions. If only width or height is provided, the other dimension is calculated to maintain the aspect ratio. |
| POST |
imageConvert /image/convert |
Converts an image from one format to another (e.g., PNG to JPEG, JPEG to WebP). |
| Color | ||
| POST |
colorContrast /color/contrast |
Calculates the contrast ratio between two colors and checks WCAG AA and AAA compliance for accessibility. |
| POST |
colorConvert /color/convert |
Converts a color value between hex, RGB, and HSL formats. |
| GET |
colorRandom /color/random |
Generates a random color and returns it in hex, RGB, and HSL formats along with a color name. |
| POST |
colorPalette /color/palette |
Generates a harmonious color palette based on a seed color using color theory principles. |
| Other endpoints | ||
| GET |
tim api / |
the best api ever |
| GET |
test api / |
best test api ever duh |
MicroAPIs Image Tools pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $12 / month | 5 / second |
|
| ULTRA | $45 / month | 15 / second |
|
| MEGA | $120 / month | 30 / second |
|