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
Copy
curl --request GET \
--url https://api.jogg.ai/v1/events \
--header 'x-api-key: <api-key>'
Copy
{
"data": [
"generated_video_success",
"generated_video_failed"
]
}
Authorizations
Response
200 - application/json
Successful operation
The response is of type object
.
Copy
curl --request GET \
--url https://api.jogg.ai/v1/events \
--header 'x-api-key: <api-key>'
Copy
{
"data": [
"generated_video_success",
"generated_video_failed"
]
}
Assistant
Responses are generated using AI and may contain mistakes.