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 body is of type object
.
Webhook received and validated successfully.
The response is of type object
.