How can I know that the processing of the uploaded image is completed?

Options
Sovik
Sovik Member Posts: 22
edited January 11 in Developer APIs

How can I know that the processing of the uploaded image is completed?

Tagged:

Answers

  • Stephen
    Stephen Member, Cloudinary Staff Posts: 14
    Options

    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