Hi Vinay Kumar, Rai,
Thanks for reaching out to Microsoft Q&A.
You will get an automatic trial account when you visit the azure AI video indexer site for the first time, this will grant you free indexing minutes. But to index videos and audio files at scale, connect azure AI video Indexer to a paid Microsoft Azure subscription.
(https://learn.microsoft.com/en-us/azure/azure-video-indexer/faq)
Obtain API Keys:
- In your Azure AI Video Indexer account, navigate to the Subscriptions section.
- Locate the Primary key and Secondary key. These keys are used for authentication when accessing the API. Keep these keys secure and use them in your server code (not on the client side).
Access the API Endpoint:
- The API endpoint is where you can interact with AI video indexer. It allows you to upload files, retrieve detailed video insights, and obtain URLs for embeddable insights and player widgets.
- Use the endpoint URI format as given below:
- https://api.videoindexer.ai/auth/<Location>/Accounts/<AccountID>/AccessToken.
Please 'Upvote'(Thumbs-up) and 'Accept' as an answer if the reply was helpful. This will benefit other community members who face the same issue.