Making calls on the Video Indexer API

Bob Cother 0 Reputation points
2024-05-31T04:11:20.5166667+00:00

I am writing a Python script that calls on the Video Indexer API. I understand that to do this I have to provide my Azure subscription key, location, account ID and video indexer subscription key. I have my Azure subscription key and location.  I am not sure if I am using the right account ID and video indexer subscription key. Could someone please explain 1. What code I need to include in my script to address the Video Indexer API and 2 where I find the relevant codes.

Azure AI Video Indexer
Azure AI Video Indexer
An Azure video analytics service that uses AI to extract actionable insights from stored videos.
68 questions
Azure Startups
Azure Startups
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Startups: Companies that are in their initial stages of business and typically developing a business model and seeking financing.
236 questions
{count} votes

1 answer

Sort by: Most helpful
  1. romungi-MSFT 43,651 Reputation points Microsoft Employee
    2024-05-31T05:43:23.75+00:00

    @Bob Cother I think you can follow the samples on this repo to run through the Video Indexer capabilities.

    Use your account name as mentioned in VI portal on the top right-hand corner, the resource group is the resource group name where your VI resource is created in azure portal, subscription id is the ID of your subscription as seen in azure portal.

    The authentication of your VI takes place through the video indexer client when you provide these constants. I hope this helps!!

    If this answers your query, do click Accept Answer and Yes for was this answer helpful. And, if you have any further query do let us know.

    1 person found this answer helpful.
    0 comments No comments