Image Converter API
Pricing
Pay per event
Image Converter API
Convert and optimize images between PNG, JPG, WEBP, AVIF, and SVG with professional precision. This tool offers advanced quality control, intelligent aspect ratio cropping, automatic SVG vectorization, and ultra-fast batch processing.
Pricing
Pay per event
Rating
5.0
(2)
Developer
ParseForge
Actor stats
0
Bookmarked
18
Total users
1
Monthly active users
4 days ago
Last modified
Categories
Share

πΌοΈ Image Converter API
π Batch convert images between PNG, JPG, WEBP, AVIF, and SVG. Adjust quality, aspect ratio, and SVG vectorization color. No design software needed.
π Last updated: 2026-04-17
The Image Converter API transforms images between five output formats: JPEG, PNG, WEBP, AVIF, and SVG. Upload image URLs, pick a target format, set compression quality and aspect ratio, and the Actor converts everything in one run. SVG output traces raster images into scalable vector graphics, which is ideal for logos and icons.
Designers, developers, e-commerce teams, and content managers use this to skip repetitive manual conversions. Instead of opening each file in Photoshop or running CLI tools, you paste URLs, click Start, and download the results. Batch processing means 50 images take barely longer than one.
| Target | Image format conversion (raster and vector) |
|---|---|
| Use Cases | Web image optimization, SVG vectorization, batch format conversion, aspect ratio adjustment |
π What it does
- π Multi-format output. Convert to JPEG, PNG, WEBP, AVIF, or SVG from any common input format.
- π¨ SVG vectorization. Trace raster images into scalable vector graphics with configurable path color.
- π Aspect ratio control. Crop to 16:9, 4:3, 1:1, 3:2, 21:9, or keep the original proportions.
- ποΈ Quality levels. Choose lossless, maximum, high, medium, or low compression for each run.
- π¦ Batch processing. Convert multiple images in a single run with consistent settings.
Each output record includes the converted image URL (in the Key-Value Store), original and converted file sizes, output format, and processing time.
π‘ Why it matters: Converting images one by one in a graphics editor takes minutes per file. This Actor handles batches with consistent settings in seconds, freeing up your team for actual design work.
π¬ Full Demo
π§ Coming soon: a 3-minute walkthrough showing how to go from sign-up to a downloaded dataset.
βοΈ Input
| Input | Type | Default | Behavior |
|---|---|---|---|
imageFiles | array | [] | Image URLs to convert. Supports JPEG, PNG, WEBP, GIF, AVIF, TIFF, and SVG inputs. |
outputFormat | string | "svg" | Target format: jpeg, jpg, png, webp, avif, or svg. |
aspectRatio | string | "original" | Quick aspect ratio: original, 16:9, 4:3, 1:1, 3:2, or 21:9. |
svgColor | string | "black" | Path color for SVG output. Accepts "black", "white", or hex codes like "#FF5733". |
quality | string | "lossless" | Compression quality: lossless, maximum, high, medium, or low. |
Example: Convert PNGs to WEBP with high quality.
{"imageFiles": [{"url": "https://example.com/photo1.png"},{"url": "https://example.com/photo2.png"}],"outputFormat": "webp","quality": "high"}
Example: Vectorize a logo to SVG with custom color.
{"imageFiles": [{"url": "https://cdn.pixabay.com/photo/2021/12/06/13/45/meta-6850393_1280.png"}],"outputFormat": "svg","svgColor": "#FF5733"}
β οΈ Good to Know: SVG vectorization works best on logos, icons, and simple graphics. Complex photographs produce large SVG files. For photos, WEBP or AVIF give much better file size reduction.
π Output
Each record contains 8+ fields. Download as CSV, Excel, JSON, or XML.
π§Ύ Schema
| Field | Type | Example |
|---|---|---|
πΌοΈ originalImageUrl | string | "https://example.com/photo1.png" |
π convertedImageUrl | string | "https://api.apify.com/v2/key-value-stores/..." |
π¦ outputFormat | string | "webp" |
π originalWidth | number | 1280 |
π originalHeight | number | 720 |
π originalSize | number | 1250000 |
π convertedSize | number | 420000 |
ποΈ quality | string | "high" |
β±οΈ processingTimeMs | number | 650 |
π¦ Sample records
β¨ Why choose this Actor
| Capability | |
|---|---|
| π | 5 output formats. JPEG, PNG, WEBP, AVIF, and SVG in one tool. |
| π¨ | SVG vectorization. Trace raster images to scalable vectors with custom color. |
| ποΈ | 5 quality presets. From lossless to low compression, pick what fits your use case. |
| π | 6 aspect ratios. Original, 16:9, 4:3, 1:1, 3:2, and 21:9 built in. |
| π¦ | Batch processing. Convert dozens of images in one run with consistent settings. |
| β‘ | Sub-second per image. Most raster conversions finish in under a second. |
| π« | No software needed. No Photoshop, GIMP, or command-line tools required. |
AVIF can reduce file sizes by 50-80% compared to JPEG at similar visual quality, making it one of the most efficient web image formats available today.
π How it compares to alternatives
| Approach | Cost | Coverage | Refresh | Setup |
|---|---|---|---|---|
| β Image Converter API (this Actor) | $5 free credit, then pay-per-use | 5 output formats + SVG vectorize | Live per run | β‘ 2 min |
| Desktop graphics editors | $0-22/month | Many formats | Manual per file | π Install + learn |
| Online converters | Free | 2-3 formats | Per upload | π 5 min/file |
| CLI tools (ImageMagick, ffmpeg) | Free | Many formats | Scripted | π§ 1-2 hours setup |
Pick this Actor when you want batch conversion across modern formats (including AVIF and SVG) without installing or scripting anything.
π How to use
- π Sign up. Create a free account with $5 credit (takes 2 minutes).
- π Open the Actor. Go to the Image Converter API page on the Apify Store.
- π― Set input. Add image URLs, choose output format, quality level, and aspect ratio.
- π Run it. Click Start and let the Actor convert your images.
- π₯ Download. Grab converted images from the Key-Value Store tab.
β±οΈ Total time from signup to converted images: 3-5 minutes. No coding required.
πΌ Business use cases
π Automating Image Converter API
Control the converter programmatically for scheduled runs and pipeline integrations:
- π’ Node.js. Install the
apify-clientNPM package. - π Python. Use the
apify-clientPyPI package. - π See the Apify API documentation for full details.
The Apify Schedules feature lets you trigger this Actor on any cron interval. Schedule weekly runs to optimize new product images or content uploads automatically.
β Frequently Asked Questions
π Integrate with any app
Image Converter API connects to any cloud service via Apify integrations:
- Make - Automate multi-step workflows
- Zapier - Connect with 5,000+ apps
- Slack - Get run notifications
- Airbyte - Pipe data into your warehouse
- GitHub - Trigger runs from commits
- Google Drive - Export datasets straight to Sheets
You can also use webhooks to trigger downstream actions when a run finishes.
π Recommended Actors
- π₯ Auto Video Thumbnail Generator - Generate video thumbnails automatically
- π Restaurant Photo Enhancer - Enhance food photography with AI
- π MultiSite URL Shortener - Generate short links across multiple services
- π Markdown to PDF MCP Server - Convert Markdown documents to PDF
- π§ HTML to JSON Smart Parser - Parse HTML pages into structured JSON
π‘ Pro Tip: browse the complete ParseForge collection for more data scrapers and tools.
π Need Help? Open our contact form to request a new scraper, propose a custom data project, or report an issue.
β οΈ Disclaimer: this Actor is an independent tool and is not affiliated with, endorsed by, or sponsored by any image format standards body. All trademarks mentioned are the property of their respective owners.