Create a webhook
Create a webhook. Label Studio provides several out-of-the box webhook events, which you can find listed here: Available Label Studio webhooks.
If you want to create your own custom webhook, refer to Create custom events for webhooks in Label Studio.
Label Studio makes two main types of events available to integrate with webhooks: project-level task events and organization events. If you want to use organization-level webhook events, you will need to set
LABEL_STUDIO_ALLOW_ORGANIZATION_WEBHOOKS=true
. Headers
Authorization
Header authentication of the form Token <token>
Request
This endpoint expects an object.
url
URL of webhook
id
organization
project
send_payload
If value is False send only action
send_for_all_actions
If value is False - used only for actions from WebhookAction
headers
Key Value Json of headers
is_active
If value is False the webhook is disabled
actions
created_at
Creation time
updated_at
Last update time
Response
url
URL of webhook
id
organization
project
send_payload
If value is False send only action
send_for_all_actions
If value is False - used only for actions from WebhookAction
headers
Key Value Json of headers
is_active
If value is False the webhook is disabled
actions
created_at
Creation time
updated_at
Last update time