Add webhook endpoint
Webhook
Add a Webhook Endpoint
Add a new webhook endpoint configuration
POST
Add webhook endpoint
Documentation Index
Fetch the complete documentation index at: https://docs.jogg.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Body
application/json
Webhook endpoint URL (must be HTTPS)
Example:
"https://example.com/webhook"
List of events to subscribe to
Available options:
generated_video_success, generated_video_failed Example:
["generated_video_success"]Webhook status
Available options:
enabled, disabled Example:
"enabled"
Response
200 - application/json
Successful operation
Unique identifier for the webhook
Example:
"b1ac30a401234c96ad128303dfb431e2"
Webhook URL
Example:
"https://example.com/webhook"
Secret for signature verification
Example:
"your-secret-key"
Current webhook status
Example:
"enabled"
List of subscribed events
Example:
["generated_video_success"]Username
Example:
"jogg@gmail.com"
Creation timestamp (Unix timestamp)
Example:
1703894400

