Azure Video Indexer Javascript Sample Code This JS code is used as a basic illustration of how to interact with Azure Video Indexer API using Javascript.
Covers the following:
- Basic dynamic HTML UI for visualising results
- Getting an access token using classic authentication mode
- Retrieving list of videos and video properties
- Retrieving captions generated from indexed videos
- JS used can form the basis for NodeJS or Client Side API interaction when security best practises taken (not covered in this example).
This should help with initial learning for the Azure Video Indexer API interactions. Copy and paste at your own risk ๐
More Info
- Azure Video Indexer Overview: https://docs.microsoft.com/en-us/azure/azure-video-indexer/video-indexer-overview
- Azure Video Indexer Portal: https://www.videoindexer.ai/
- Azure Video Indexer APIs: https://api-portal.videoindexer.ai/
See internal documentation inside html/js file.
Enjoy. ๐