API for Results Readiness Notifications via WebHooks

You can get a notification once image is processed by App. This might be helpful for integration scenarios when your server needs to know image processing is done and you can get the result via API.

You can configure the WebHook - an endpoint on your server where to event will be fired when image has been processed. This event will contain JSON body with parameters you will need to make request for image results. To configure WebHook please go to DataSet -> Settings in SaaS Portal as on image below and enter endpoint. For testing we would recommend to use https://requestbin.com/ free service.

Last updated