Image

Image Conversion

Convert images between different formats.

POST /v1/image/convert

https://api.cludz.net/v1/image/convert

Convert an uploaded image to a specified format.

Body Parameters (FormData):

ParameterRequiredDescriptionType
imageYesThe image file.file
formatYesTarget format (jpeg, jpg, png, webp, avif).string

Example

curl -X POST "https://api.cludz.net/v1/image/convert" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -F "image=@/path/to/image.jpg" \
  -F "format=webp" \
  --output image.webp

Response

Returns the converted image file directly.

Built with 💖 by Miza • © 2026 - Powered by Nuxt