Image Converter API
## Image Converter API Convert images between 8 different formats with high quality and speed. ### Supported Formats - JPEG, PNG, WebP, GIF, TIFF, BMP, AVIF, HEIF ### Features - **Format Conversion**: Convert any image to any supported format - **Resize**: Scale images with multiple fit modes (cover, contain, fill) - **Crop**: Extract specific regions from images - **Rotate**: Rotate images 90°,…
Image Converter API endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Convert Image /api/convert |
Convert image to another format (JPEG, PNG, WebP, GIF, TIFF, BMP, AVIF, HEIF) |
| POST |
Resize Image /api/resize |
Resize image to specified dimensions |
| POST |
Crop Image /api/crop |
Crop a specific region from an image |
| POST |
Rotate Image /api/transform/rotate |
Rotate image by 90, 180, or 270 degrees |
| POST |
Flip Image /api/transform/flip |
Flip image horizontally or vertically |
| GET |
Get Supported Formats /api/formats |
Get list of all supported image formats and their capabilities |