Viewing an enhancement
Preview enhancement
GET
https://api.autoenhance.ai/v2/image/:image_id/preview
When an image has finished processing, you can view a preview of the image with;
Path Parameters
image_id
string
image_id was provided when made your post request to /image in step 2.
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/v2/image/: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
image_id
string
image_id was provided when you made your post request to /image in step 2.
Full resolution enhancement
GET
https://api.autoenhance.ai/v2/image/:image_id/enhanced
The images are usually around 4-6Mb, which can take a long time to load on slow internet.
Path Parameters
image_id
string
image_id was provided when you made your post request to /image in step 2.
You can either display these images as an src in an <img> element or download them to your cloud storage service.
Last updated
Was this helpful?