
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?
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?
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