Skip to main content
POST
Create a webhook endpoint

Authorizations

Authorization
string
header
required

API key obtained from your Tella account settings

Body

application/json

Request body for creating a webhook endpoint

filterTypes
string[]
required

Event types to subscribe to (e.g., video.created, export.ready)

Example:
url
string<uri>
required

The URL where webhook events will be sent

Example:

"https://example.com/webhooks/tella"

Response

Endpoint created successfully

Response when a webhook endpoint is created

id
string
required

Unique identifier for the webhook endpoint

Example:

"ep_abc123def456"

secret
string
required

Signing secret for verifying webhook payloads (shown only once)

Example:

"whsec_xyz789..."