Skip to main contentWebhooks 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.
Setting Up Webhooks
- Navigate to the Settings Panel
- Locate the “Webhooks” section
- Enter your webhook endpoint URL with an optional secret
We currently only support a single webhook per account.
Troubleshooting
Not Receiving Events
If you’re webhook is not receiving events, try the following:
- Verify URL is publicly accessible
- Validate webhook secret matches
Duplicate Events
We may send duplicate responses to a webhook endpoint. To handle this we
recommend that you implement idempotency checks to ensure single processing.
Coming Soon
- Project-specific webhooks