Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 2.29 KB

File metadata and controls

46 lines (31 loc) · 2.29 KB

Free Open-Source Image Conversion API

Open Source Performance Formats Platform

Welcome to the fastest and most secure Free Open-Source Image Conversion API built for modern web applications. Effortlessly convert, compress, and resize your images right on the edge—with zero cold starts.

🔥 Why Choose This Free Open-Source API?

1. Blazing Fast Speed (Cloudflare Workers + WASM)

Because this conversion engine runs on the Cloudflare global edge network powered by Rust (WASM), your API responses return within milliseconds. There are no cold starts and no server lag, ensuring near-instant image processing for your applications.

2. Interactive Documentation (Swagger UI)

We provide a beautiful, interactive Swagger dashboard out-of-the-box. Easily integrate our Free Open-Source Image Conversion API using the interactive OpenAPI UI available right in your browser.


🚀 Get Started Immediately

Getting started with our Free Open-Source Converter is incredibly simple. Simply send a POST request via multipart/form-data to the /convert endpoint with the image and format details.

Interactive Swagger Dashboard: Test the API directly from your browser by navigating to the /swagger endpoint (e.g., http://localhost:8787/swagger).

Example Request:

curl -X POST \
  -F "image=@my-photo.png" \
  -F "format=webp" \
  -F "width=800" \
  -F "quality=90" \
  https://your-worker-domain.workers.dev/convert -o output.webp

Required Form Fields:

  • image (File): The source image file to convert.
  • format (String): The target format (png, jpeg, or webp).

(Optional fields include width, height, and quality)


🤝 Open Source & Community

This is a Free Open-Source Image Conversion API. We believe in making essential developer tools fast, serverless, and accessible for everyone.

Contributions, issues, and feature requests are welcome! Feel free to check the issues page or share this resource.

Enhance your application today with the fastest serverless image API on the market.