For the complete documentation index, see llms.txt. This page is also available as Markdown.

Webhook Notifications

Receive notifications via webhook

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.

  1. Create a webhook endpoint on your server.

  2. Register the endpoint with Datasaur. For this you will need to contact support@datasaur.ai.

List of events

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