"Keys and Endpoint" in Azure AI Video indexer account

Vinay Kumar, Rai 0 Reputation points
2024-06-23T05:06:58.1233333+00:00

How can we get the "Keys and Endpoint" in Azure AI Video indexer account.

Also do not want to use Azure AD.

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
{count} votes

1 answer

Sort by: Most helpful
  1. Vinodh247 12,746 Reputation points
    2024-06-23T12:44:17.33+00:00

    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://video2.skills-academy.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:

    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.