Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

EndPoints


I need to upload some videos to JW Plataform using C #, but I can not find which endpoitn I should call and create my video and then call the upload url. Can someone help me?

1 Community Answers

Todd

JW Player Support Agent  
0 rated :

You will need to use /videos/create call as documented at https://developer.jwplayer.com/jw-platform/reference/v1/methods/videos/create.html
You will then use the parameters in the first response to construct the upload URL. Please see https://developer.jwplayer.com/jw-platform/reference/v1/uploads.html for more details.

The easiest way to upload is to provide a download_url, as there is no need for the second step of the upload.

Hope this helps,
Todd

This question has received the maximum number of answers.