Autoenhance.ai
Search
K
Comment on page

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
http://api.autoenhance.ai
/v2/image/{id}
Retrieve 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
http://api.autoenhance.ai
/v2/order/{id}
Retrieve 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.