Create webhook
Register a new webhook endpoint to receive tool_execution.*, workflow_run.*, and file.* events. The signing secret is only returned in this response. Store it securely.
Authentication
AuthorizationBearer
API key from [app.videogen.io/developers](https://app.videogen.io/developers). The full key is only shown once when you create it.
Request
This endpoint expects an object.
url
HTTPS URL that will receive webhook POST requests.
events
description
Response
Created; signingSecret is only returned in this response.
endpointId
Webhook endpoint id (e.g. ep_...).
url
events
createdAt
Seconds since epoch (Unix timestamp) when the endpoint was created.
description
signingSecret
HMAC secret for verifying Standard Webhooks signatures. Only returned once on create; store it securely.
signingSecretLast4
Last four characters of the signing secret, for display purposes.