Skip to main content

Update Poster images of videos

To use this API, send an HTTP POST request to https://dev.vdocipher.com/api/videos/{{videoID}}/files, with the file as part of form-data

Sample Code to Update Poster Image#

The sample video ID is written as {{videoID}}. Replace this with your video ID.

The sample API Secret Key is a1b2c3d4e5.

curl -X POST \  https://dev.vdocipher.com/api/videos/{{videoID}}/files \  -H 'Accept: application/json' \  -H 'Authorization: Apisecret a1b2c3d4e5' \  -H 'Content-Type: multipart/form-data' \  -F file=@/filePath/fileName.png