A webhook is a ‘reverse HTTP request’ that enables server-to-server communication. Quickreel sends HTTP POST requests to your application’s server when events occur, allowing you to trigger actions in real-time.
Instead of waiting for API responses that might take several seconds, webhooks allow you to:
/projects/{projectId}
If webhook delivery fails after 5 attempts, you can still retrieve your results by projectId. The projectId is returned in the initial API response. For more information on getting your projects by projectId, please refer to the Get Projects.
A webhook is a ‘reverse HTTP request’ that enables server-to-server communication. Quickreel sends HTTP POST requests to your application’s server when events occur, allowing you to trigger actions in real-time.
Instead of waiting for API responses that might take several seconds, webhooks allow you to:
/projects/{projectId}
If webhook delivery fails after 5 attempts, you can still retrieve your results by projectId. The projectId is returned in the initial API response. For more information on getting your projects by projectId, please refer to the Get Projects.