Webhooks API
Webhooks send real-time HTTP POST requests to your endpoint when events occur in FLTR.Coming Soon: Webhooks are currently in design phase. Join the beta for early access.
Available Events
document.uploaded- Document upload starteddocument.processed- Document indexing completedocument.deleted- Document removeddocument.processing_failed- Processing errordataset.created- New dataset createddataset.updated- Dataset metadata changeddataset.deleted- Dataset removed
Create Webhook
Request
Response
List Webhooks
Update Webhook
Delete Webhook
Security
All webhooks are signed with HMAC-SHA256. See Security Guide for verification details.Retry Logic
- Attempts: 3 retries on failure
- Backoff: Exponential (1min, 5min, 30min)
- Timeout: 5 seconds per attempt
Limits
- Max 100 webhooks per account
- Max 1,000 deliveries per hour per webhook
- Auto-disable if >80% failure rate