I am currently using the Image Editing API v1 – Legacy endpoint to generate stickers using a template:
The issue I’m facing is that the output sticker quality is noticeably lower than the original uploaded image—appearing pixelated and blurry.
Since the documentation for the legacy API is no longer available, I haven’t found any information about parameters for controlling:
- Output resolution
- DPI
- Render size
- Quality settings
- Higher-quality border generation
I need the generated sticker to match the original image quality, or at least have a way to specify higher resolution or quality during render.
Questions:
- Is there any query parameter (e.g., width, height, quality, scale, upscale, HD mode, etc.) still supported in the legacy /v1/render endpoint?
- If not, is there an equivalent method in a newer API version that allows generating stickers using a template without losing quality?
- Does the legacy template rendering pipeline downscale images by default?
Any guidance or updated documentation would be very helpful.