Video Encoding Webhooks

We’re really excited to announce our first webhook. Webhooks push event data to you -rather than having to poll the API for data.

When you sign up for this webhook, you’ll get a push alert for each video uploaded, as each encoding is completed.

{ type: 'video.encoding.quality.completed',
  emittedAt: '2021-03-23T17:03:39.908Z',
  videoId: 'vi7DWgHCu29smlHThpzEajfs',
  encoding: 'hls',
  quality: '720p' }

You can use this information to better deliver quality videos as soon as they are created. Read more in our blog post

2 Likes