Jogg provides webhooks to notify your application about asynchronous events in real-time. When an event occurs (like video generation completion), we’ll send an HTTP POST request to your configured endpoint with event details.
Create a new webhook endpoint configuration. The system will automatically generate a 16-character secret key for signature verification.Please refer to the Add a Webhook Endpoint for more details.
Update an existing webhook endpoint configuration. Note that the secret key cannot be modified.Please refer to the Update a Webhook Endpoint for more details.
When creating a webhook endpoint, the system automatically generates a 16-character secret key. This secret is used to sign webhook payloads, allowing you to verify that requests are coming from Jogg.
All webhook URLs must use HTTPS
Each webhook request is signed using HMAC SHA-256 with your secret key
The signature is included in the X-Webhook-Signature header