Skip to main content
WEBHOOK
export.ready
{
  "type": "<string>",
  "data": {
    "videoId": "vid_xyz789",
    "videoName": "Product Demo",
    "downloadUrl": "https://cdn.tella.tv/exports/exp_abc123.mp4",
    "exportId": "exp_abc123def456",
    "timestamp": "2024-01-15T10:30:00Z"
  }
}

Body

application/json
type
string
required

The event type identifier

Allowed value: "export.ready"
data
object
required

Triggered when a video export completes and is ready for download

Response

200

Webhook received successfully