Registers a webhook for a specific event type.
scribe event type triggers a notification to your webhook at different stages of the scribing process, allowing your system to track progress and take action accordingly.
scribe webhook fires at the following stages:
status field indicates the current stage of the process. The final webhook also includes the output JSON and HTML.
All webhook events have event_type: scribe, ensuring clarity that they are related to the scribing process.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Webhook details that need to be registered.
The type of event this webhook is listening for.
"scribe"
The endpoint where webhook notifications will be sent.
"https://your-webhook-url.com/webhook-handler"
A secret token used to authenticate webhook requests.
"your-secret-token"