rapid-image-converter
A developer-friendly, high-performance, and stateless image processing API. Designed specifically for modern web and mobile applications that require fast, reliable, and on-the-fly image optimization, resizing, and analysis. Our core image processing engine is compiled natively in **Rust** and managed by a **Bun + Hono** API layer, guaranteeing sub-millisecond execution times, exceptionally low…
rapid-image-converter endpoints
| Method | Endpoint | Description |
|---|---|---|
| health | ||
| GET |
/health /health |
Returns the operational status of the Bun/Hono server and the Rust processor CLI binary. |
| metadata | ||
| POST |
/metadata /metadata |
Decodes an uploaded image to extract size, dimensions, format, color type, dominant colors, and EXIF tags. |
| convert | ||
| POST |
/convert/{format} /convert/{format} |
Converts the uploaded image to the target format (jpeg, png, webp, gif, tiff). |
| resize | ||
| POST |
/resize /resize |
Resizes the uploaded image with specified width, height, and fit mode. |
| compress | ||
| POST |
/compress /compress |
Compresses the uploaded image to reduce file size. |
| watermark | ||
| POST |
/watermark /watermark |
Overlays a watermark image on top of a base image. |
| process | ||
| POST |
/process /process |
Applies multiple image transformations in memory in a single execution. |
| fetch | ||
| GET |
/fetch /fetch |
Downloads a remote image, applies transformations, caches the output, and returns it. |
rapid-image-converter pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 15 / minute |
|
| PRO Recommended | $9.9 / month | 60 / minute |
|