Developer API
Everything on imgto.xyz is built using Cloudinary's suite of developer APIs.
This goes beyond optimization, like transformations such as dynamic cropping and resizing and background removal as well as AI workflows like content analysis and moderation.
By signing up for a free Cloudinary account, you can instantly gain access to the same APIs and more Cloudinary tech, including a video API and an industry-leading DAM (Digital Asset Manager).
How it Works
imgto.xyz uses Cloudinary's image and video API to upload the image, optimize the image, then optionally convert it to a new format all with basic transformations.
The API is the delivery URL, so after the image is uploaded, we can simply apply the `q_auto` transformation to optimize it:
https://res.cloudinary.com/<Cloud Name>/image/upload/q_auto/<Public ID>
Note: imgto.xyz uses a heavier compression algorithm using q_auto:low
.
Converting the image to a new format is just as simple, using the f_<format>
transformation, such as:
https://res.cloudinary.com/<Cloud Name>/image/upload/f_avif/<Public ID>
Learn more over on Cloudinary.com!