v1 Webhooks (deprecated)
Celantur Cloud API uses webhooks to notify your application when a file has been processed.
Overview
By setting a webhook
URL in the request to #upload-image, a HTTPS POST request will be sent to the specified URL, as soon as the submitted file has finished processing.
The payload sent to the webhook URL looks like this:
Webhooks are especially useful to trigger the download of a file, right after it has finished processing. See #get-anonymized-file
Prerequisites for webhooks
Encode the webhook URL correctly
The webhook URL needs to be encoded correctly, in order to not interfere with the #upload-image endpoint URL:
Last updated