Webhooks

On any of Mindee's API that support asynchronous requests, you will have the ability to create one or several webhooks to retrieve your predictions. (See Asynchronous Prediction)
To do so, click on the Webhooks item from your API menu. On this interface you'll be able to create, edit or delete your webhooks configuration.
Note: you can define more than one active webhook for a single API, for example for your development and production environments.
Create a new webhook
To create a new webhook, click on the Create a new webhook
button. A form will show, with only two fields to fill:
the product version you want your webhook to listen for
the endpoint URL where the predictions will be sent Although we accept any valid URL, we greatly recommend using an HTTPS URL here, to ensure your data security.

Simply click on the Create new webhook
button in order to finalize your webhook creation. Once this is done, a new line will appear on your webhook list:

Edit your Webhooks
To Edit an existing webhook, click on the ... button at the very end of your webhook item.

A floating menu will appear giving you the possibility to:
Edit a webhook by changing the provided URL.
Delete an existing webhook
Regenerate your signing secret
Note: When validated, any of those actions will be immediately effective.
Last updated
Was this helpful?