Build/Tools/Image Convert
Utility1 credit / callPOST /api/v1/tools/image/convert

Image Convert

Convert between JPEG, PNG, WebP, AVIF, TIFF, GIF

Convert any image to any other format in a single API call. Supports JPEG, PNG, WebP, AVIF, TIFF, and GIF. The target format parameter is `to` — not `format`. Same-format conversion is rejected with a descriptive error.

How it works

Accepts a multipart image upload with a `to` parameter. Converts using Sharp and returns the converted image binary with input/output format headers.

What you could build

FormatHub
Batch image format converter for design teams
$500–$2K MRR
est. MRR
WebReady
Auto-convert uploads to WebP for CMS platforms
$1K–$3K MRR
est. MRR
PrintPrep
Convert web images to TIFF for print workflows
$1K–$2K MRR
est. MRR

Parameters

imagerequired
Source image file· e.g. photo.jpg
torequired
Target format: jpeg / png / webp / avif / tiff / gif. Param is 'to' not 'format'.· e.g. webp

Example request

curl
curl -X POST https://aplicious.com/api/v1/tools/image/convert \
  -H "X-API-Key: YOUR_API_KEY" \
  -F "image=@photo.jpg" \
  -F "to=webp" \
  --output photo.webp

Example response

json
# Returns converted image binary
# Response headers:
X-Input-Format: jpeg
X-Output-Format: webp
Content-Type: image/webp
Ready to use Image Convert?

Free plan — 100 calls/month, no credit card.