post
https://apis.elai.io/api/v1/webhook/
Subscribe to video_ready and video_error, or replace the URL of an existing subscription. One webhook per workspace: posting again overwrites what was there.
The body is validated strictly — any field other than url, enabled and techEmail is rejected with a 400.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
curl -X POST 'https://apis.elai.io/api/v1/webhook/' \
-H 'Authorization: Bearer YOUR_API_TOKEN' \
-H 'Content-Type: application/json' \
-d '{
"url": "<url>"
}'
{
"url": "https://site.com/webhook",
"enabled": true
}
