How can I know that the processing of the uploaded image is completed?
Sovik
Member Posts: 22 ✭
Answers
-
Hi,
Unless you requested some asynchronous operation as part of the upload, the processing is complete when you receive the API call response.
If you did request some asynchronous operation (like eager transformations with eager_async: true, background removal, etc), you can request that a webhook be sent to your server with the details: https://cloudinary.com/documentation/notifications
Regards,
Stephen
0