Autoenhance.ai
Search
⌃K

Checking an image/order has been enhanced

As our system enhances images concurrently you will need to check the
Once your image has been uploaded to our service, you can check the status of the image by calling;
get
https://api.autoenhance.ai/v2
/image/:image_id
Check the status of a single image
If your image is being processed, the image status will be "processing". When an image has completed processing, the status will be "processed".
If you want to check a group of photos that all have the same order_id, you can call;
get
https://api.autoenhance.ai/v2
/order/:order_id
Check the status of a group of images (order)
You can check individual images status or check the status of the whole order. If the order is processing, is_processing will be true. If it is complete, is_processing will be false.