Webhooks
Learn how webhooks can be used with WriftAI
Webhooks let WriftAI notify your server when something happens, so you don’t have to poll the API.
They’re commonly used to receive realtime updates for tasks like predictions as they move through states such as processing and completion.
What you can build with webhooks
Use WriftAI webhooks to:
- Update your application's UI when a prediction finishes
- Trigger post-processing (save outputs, transform results, generate follow-up tasks)
- Notify users (email, push, in-app alerts)
- Keep your system in sync with prediction lifecycle events
Webhooks are especially useful if you need to persist prediction results, since prediction data is only stored temporarily by WriftAI.