Player API reference for V2 player (latest player) Player API reference for V1 player Please watch below video for more details
Video explanation of AWS storage, CDN, transcoding infrastructure of VdoCipher
Bandwidth and storage data reports per video basis: tutorial
Reference Links included below. Please watch the video fully to understand the links usage. Analytics section in dashboard . Alternate dashboard for downloading CSV report on bandwidth (only usable for report purpose)
Analytics overview: Views, Storage, Bandwidth Data
Reference Links included below. Analytics section in dashboard . Downloading CSV report on bandwidth (only usable for report purpose)
Webhooks to get video status via API: Tutorial
Using web-hooks Whenever a video is ready, our servers will send a POST request to the URL that you specify here. This provides a notification to your server so that you can take relevant actions e.g. publishing the video on your website or sending notifications to your viewers. HTTP POST properties The POST will be a json body and the content-type request header will beapplication/json. The JSON object will have the following properties. Note that new keys might be added in future without notice and you should not have a direct dependency to having an absolute structure when parsing…
Api key generation (Client Secret key for your account): Tutorial
Video tutorial followed by text explanation on all the permission aspects. Use of API key - To use vdocipher on with your website or app, your server program needs to communicate with the vdocipher server to to allow a video to playback or upload video or get list of videos matching a search. The server can be a CMS platform such as Wordpress or Moodle; or a custom website such as PHP, Nodejs, C# or Ruby. Keeping the keys safe Your account password can be used to login to your vdocipher account and do everything such as upload, search,…