Use webhooks to get real-time notifications when key events happen in your Cradl AI workspace.
Event | Description |
---|---|
document.uploaded | Triggered when a new document is uploaded |
document.processed | Triggered when a document has been successfully processed |
prediction.completed | Triggered when a prediction is complete and results are available |
document.failed | Triggered if document processing fails |
2XX
status code, Cradl AI will automatically retry delivery to ensure you don’t miss critical events.
Retry schedule:
Attempt | Delay |
---|---|
1st | 10 seconds |
2nd | 2 minutes |
3rd | 30 minutes |
4th | 6 hours |
5th and onward | Every 24 hours |
2XX
status code within a few seconds.