Skip to main content

List of all Tags

Using this API you can get a list of all tags that are applied to your videos.

HTTP GET request to https://dev.vdocipher.com/api/videos/tags

Sample Code for List of all Tags​

The sample tag is written as {{tag}}. Replace this with the desired tag.

The sample API Secret Key is a1b2c3d4e5.

curl -X GET \
https://dev.vdocipher.com/api/videos/tags \
-H 'Accept: application/json' \
-H 'Authorization: Apisecret a1b2c3d4e5'