Skip to main content

Poster Images and Video Information API

Poster image is the image that is shown to the viewer before a video is loaded. By default, a shot from the video at a random time is taken and converted into posters of different sizes. It may be customized to better appeal to the viewers. You can use the API to auto upload new poster images.

Obtain video information​

Send an HTTP GET request to https://dev.vdocipher.com/api/meta/{{videoID}} to receive response from this API. The response contains detailed structure about the video including the URL to download the poster images.

The URL is valid for long-time and is backed by a CDN. This means you can directly save this URL and use it to display video thumbnail of the video on your website or mobile app.

Sample Code for Video List​

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

curl -X GET \
https://dev.vdocipher.com/api/meta/{{videoID}} \
-H 'Accept: application/json'