v2
latestOpenAPI 3.1.02026-08-0810576180.4 KBWebhooks
Create Webhook
Register a new webhook subscription.
Creates or updates a webhook subscription for the authenticated client. A secret will be auto-generated for signature verification. If a subscription already exists for the same event_type and webhook_url, it will be updated with a new secret.
Requires x-api-key header.
Returns the subscription details including the secret (only shown once on creation).
post/api/v1/webhooks
Headers
x-api-keystring nullable
Request body
Example request
{
"event_type": "video.completed",
"webhook_url": "https://example.com/webhooks/video"
}Response
Successful Response