Image Conversion APIs
Image Conversion APIs groups related browser tools and authenticated API routes for developers who need a repeatable, non-generative workflow.
Free image conversion APIs for WebP, PNG, JPEG and AVIF workflows, with browser tools for quick jobs and authenticated endpoints for repeatable automation.
Image Conversion APIs tools
Convert, resize, crop, rotate and compress common image formats.
Image compression
POST /api/free/compress-image
Compress a single image to WebP with a 500px or 1200px target width.
Flexible compression
POST /api/free/compress-image-stream
Resize and recompress a single image with custom output format, size, and quality.
Batch compression
POST /api/free/batch-compress
Compress up to 20 images in one request and receive base64 WebP results.
HEIC conversion
POST /api/free/heic-to-webp
Convert HEIC or HEIF images to WebP.
Image converter
POST /api/free/convert-image
Convert common image formats to WebP, PNG, JPEG or AVIF online or by API.
Batch image converter
Paid account requiredPOST /api/free/batch-convert-images
Convert multiple images to WebP, PNG, JPEG or AVIF and download one ZIP with a per-file manifest.
Image resizer
POST /api/free/resize-image
Resize an image by width and height with predictable fit and format controls.
Batch image resizer
Paid account requiredPOST /api/free/batch-resize-images
Apply one width, height, fit mode and format to multiple images, then download a ZIP manifest.
Image cropper
POST /api/free/crop-image
Crop a precise rectangular region using pixel coordinates.
Batch image cropper
Paid account requiredPOST /api/free/batch-crop-images
Crop the same pixel rectangle from multiple images and receive valid outputs in one ZIP.
Rotate image
POST /api/free/rotate-image
Rotate an image and optionally flip it horizontally or vertically.
Batch image rotation
Paid account requiredPOST /api/free/batch-rotate-images
Rotate or flip multiple images with one orientation setting and download a ZIP result.
From browser result to API integration
Every tool supports a quick online workflow and a documented API route. Test the input first, review the output, then reuse the curl example in your application.
Try online
Choose a file and settings in the no-key Playground.
Review output
Preview JSON or media results and download the generated asset.
Call the API
Create an APIAny key and move the same parameters into your code.
What this API category is designed for
Free image conversion APIs for WebP, PNG, JPEG and AVIF workflows, with browser tools for quick jobs and authenticated endpoints for repeatable automation.
- Optimize product and editorial images for the web.
- Normalize user uploads before storage or publishing.
- Create predictable sizes and formats in build pipelines.
Related API categories
Questions about Image Conversion APIs
What does Image Conversion APIs include?
This category collects the tools listed above and documents their inputs, outputs, limits and deterministic processing behavior.
Can I test Image Conversion APIs tools online?
Yes. Each detail page includes a browser Playground for supported one-off operations; paid batch tools state their account requirement before execution.
How do I automate a Image Conversion APIs workflow?
Open a tool page, review its parameters and response, then call the documented route with an APIAny key.