Skip to main content

HTTP GET request with tags query parameter

https://dev.vdocipher.com/api/videos?tags={{tag}}

Video Search using Tags

See Video Listing API reference for details on using this method.

Sample Code for Video Search using Tag​

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={{tag}}' \
-H 'Accept: application/json' \
-H 'Authorization: Apisecret a1b2c3d4e5'