The user_uploads.ocr_failed webhook is sent when Ocrolus OCR processing could not be completed for an uploaded document.
OCR errors are returned in the ocr_data object of the user uploads object in an error field.
Username = api_key_id, Password = api_key_secret
List of events to subscribe to.
["user_uploads.ocr_failed"]Name for the webhook subscription.
"name-for-the-webhook-subscription"
The URL where webhook notifications will be sent.
"https://your-webhook-backend.com"
Optional secret used to verify webhooks.
"optional-secret"