Webhooks provide real-time notifications when your document processing jobs complete, eliminating the need for continuous polling. This event-driven approach improves efficiency and reduces unnecessary API calls.
Not Receiving EventsIf you’re webhook is not receiving events, try the following:
Verify URL is publicly accessible
Validate webhook secret matches
Duplicate EventsWe may send duplicate responses to a webhook endpoint. To handle this we
recommend that you implement idempotency checks to ensure single processing.