Convert a media files (images) from a format to another
POST https://api.avif2png.xyz/convert
Body
from * The current format/extension of the media file, ex: avif
to * The wanted format/extension for the media file, ex: png
file * The binary data representing the file
Response
You will get a binary response with a mimetype
corresponding to the wanted file format/extension. Ex: image/pngMake sure the Content-Type is "multipart/form-data" when making the request.