Viewing an enhancement

Preview enhancement

GET https://api.autoenhance.ai/v3/images/:image_id/preview

When an image has finished processing, you can view a preview of the image with;

Path Parameters

If you are happy with your enhancement you can view the full resolution image, which will charge your account. You will only be charged for the first time you hit this endpoint per image, all subsequent requests will not be charged for.

Web optimised enhancement

GET https://api.autoenhance.ai/v3/images/:image_id}/enhanced?size=small

Web optimised enhancement will return a full-size enhancement but reduce the DPI and quality to load faster on the web. The images are typically under 700kb.

Path Parameters

Full resolution enhancement

GET https://api.autoenhance.ai/v3/images/:image_id/enhanced

The images are usually around 4-6Mb, which can take a long time to load on slow internet.

Path Parameters

You can either display these images as an src in an <img> element or download them to your cloud storage service.

Last updated