Webhook
List of Available Webhook Events
QuickStart
API Documentation
URL to Video
Create Avatar Videos
Get Generated Video
AI Scripts
Upload Media
Avatar
Visual Style
Webhook
List of Available Webhook Events
Get a list of available webhook events
GET
/
events
curl --request GET \
--url https://api.jogg.ai/v1/events \
--header 'x-api-key: <api-key>'
{
"data": [
"generated_video_success",
"generated_video_failed"
]
}
Authorizations
Response
200 - application/json
Successful operation
The response is of type object
.
curl --request GET \
--url https://api.jogg.ai/v1/events \
--header 'x-api-key: <api-key>'
{
"data": [
"generated_video_success",
"generated_video_failed"
]
}