Skip to content

How do I get the ID of a video after successfully uploading with mux-uploader? #781

Answered by davekiss
jackmcdade asked this question in Q&A
Discussion options

You must be logged in to vote

@jackmcdade @hoggworks @spoeken

Argh, apologies about the ghost town here, we need to get monitoring implemented on this channel.

You're right in saying there's a gap in our docs for this process. Taking a note to improve that on our end, but in the meantime, here's some more details on how to get the upload_id using Mux webhooks.

This approach allows you to asynchronously handle the upload and processing of videos, which can take some time depending on the size and complexity of the video. Webhooks will ensure that your application is notified as soon as the video is ready.

The overall flow generally looks like this:

1. Webhook setup

  • Set up a webhook endpoint in your application to rece…

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@spoeken
Comment options

Answer selected by davekiss
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants