ImageForge - Image Processing API
ImageForge provides a comprehensive suite of image manipulation tools through a simple REST API. Whether you need to compress images for web optimization, generate thumbnails, convert formats, or add watermarks, ImageForge handles it all with zero external dependencies. Supports JPEG, PNG, WebP, GIF, and BMP formats.
ImageForge - Image Processing API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Image Information /v1/info |
Get detailed metadata of an image from a URL. Returns width, height, file type, MIME type, file size, aspect ratio, orientation, and megapixels. |
| POST |
Compress Image /v1/compress |
Compress an image to reduce file size while maintaining visual quality. Supports JPEG, PNG, WebP, GIF, BMP. Quality range: 1-100. |
| POST |
Resize Image /v1/resize |
Resize an image to specified dimensions. Modes: fit (maintain aspect ratio), exact (stretch), fill (cover and crop). |
| POST |
Crop Image /v1/crop |
Crop an image to a specified rectangular region. Define the crop area with x, y, width, and height coordinates. |
| POST |
Convert Image Format /v1/convert |
Convert an image to a different format. Supports JPEG, PNG, WebP, GIF, BMP. Useful for optimizing images for web. |
| POST |
Add Text Watermark /v1/watermark |
Add a customizable text watermark to an image. Control position, color, opacity, and font size. |
| POST |
Generate Thumbnail /v1/thumbnail |
Quickly generate a thumbnail from an image. Defaults to 200x200 pixels with fit mode. |
| POST |
Rotate or Flip Image /v1/rotate |
Rotate an image by any degree and/or flip horizontally, vertically, or both. |
| POST |
Apply Image Filter /v1/filter |
Apply artistic or utility filters to an image. Available: grayscale, sepia, blur, brightness, contrast, negate, pixelate, sharpen, emboss. |
| GET |
Get Quota Info /v1/quota |
Check your current API usage, monthly limit, and remaining quota. |
ImageForge - Image Processing API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 100 / second |
|
| PRO Recommended | $9 / month | — |
|
| ULTRA | $29 / month | — |
|
| MEGA | $99 / month | — |
|