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

x-api-key
string
header
required

Response

200 - application/json

Successful operation

The response is of type object.