Retrieve video transcript from Azure Video Indexer using API

Vishnoi, Astha 160 Reputation points
2024-05-01T14:23:59.8933333+00:00

What API can I use to retrieve the transcript of a video from the Video Indexer portal? I'm looking for guidance on how to do this programmatically.

Azure AI Video Indexer
Azure AI Video Indexer
An Azure video analytics service that uses AI to extract actionable insights from stored videos.
50 questions
Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,801 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,895 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,724 questions
0 comments No comments
{count} votes

Accepted answer
  1. navba-MSFT 17,485 Reputation points Microsoft Employee
    2024-05-02T04:09:01.0833333+00:00

    @Vishnoi, Astha Welcome to Microsoft Q&A Forum, Thank you for posting your query here!

    All the Video Indexer APIs are listed here: https://api-portal.videoindexer.ai/

    You can retrieve the transcript of a video from the Azure AI Video Indexer programmatically using the Video Indexer API. Here are the steps:

    1. Obtain an Access Token: You need to obtain an access token for your Video Indexer account. This can be done using the Authorization AP
    2. Call the Get Video Index API: https://api-portal.videoindexer.ai/api-details#api=Operations&operation=Get-Video-Index
    3. Extract the Transcript: The response from the above Get Video Index API will include a detailed breakdown of the video content, including the transcript.

    For more information about samples, refer Azure Video Indexer code samples on GitHub.

    Hope this helps. If you have any follow-up questions, please let me know. I would be happy to help.

    **
    Please do not forget to "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.


0 additional answers

Sort by: Most helpful