Webhook Notifications
Last updated
Datasaur provides webhooks to notify your application when an event happens in your labeling projects. Webhooks are useful for automation in your machine learning projects. For example, you can use a webhook to feed the data directly into your model right after labelers complete their projects.
To start using webhooks, follow these steps below.
Create a webhook endpoint on your server.
Register the endpoint with Datasaur. For this you will need to contact support@datasaur.ai.
Datasaur provides a number of events that you can listen to and leverage.
Project created: This event will be triggered when a new project is created.
Before update labels: This event will be triggered just before the labeler apply a new label or update an existing label.
Project completed: This event will be triggered when a labeler marks the project as complete in the labeler mode.
Project reviewed: This event will be triggered when a reviewer marks the project as complete in reviewer mode.
Last updated