Skip to content

SolvCraft/Image-Conversion-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

2 Commits
ย 
ย 
ย 
ย 

Repository files navigation

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.

About

A REST API to convert images between formats using Cloudflare Workers and Hono.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors