Forum Discussion
Bilaledelbi
Oct 30, 2023Copper Contributor
getting the transcriptions of the videos
I have my Microsoft stream containing videos that has transcription my goal is to index those transcriptions and be able to use them as a data source for azure open ai but how am i Supposed to ge...
Marc Mroz
Microsoft
Nov 01, 2023Bilaledelbi We don’t have a MS Graph API for transcripts.
What are you wanting to do with sending them to OpenAI? Stream copilot is coming early next year to chat with the transcript and ask questions directly while watching the video. And we are working with M365 copilot to see if they can include video’s transcript in cross tenant copilot queries. So I wonder if your solution could be replaced with what’s coming from Microsoft directly soon?
Bilaledelbi
Nov 03, 2023Copper Contributor
also I am facing a problem with getting the azure ai video indexer token
according to this doc:
https://learn.microsoft.com/en-gb/rest/api/videoindexer/generate/access-token?view=rest-videoindexer-2024-01-01&tabs=HTTP#code-try-0
i can get it by calling
POST https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.VideoIndexer/accounts/{accountName}/generateAccessToken?api-version=2024-01-01
but when i do i get an error message requestion an authorization that is not mentioned in the doc is there any solution to this??
according to this doc:
https://learn.microsoft.com/en-gb/rest/api/videoindexer/generate/access-token?view=rest-videoindexer-2024-01-01&tabs=HTTP#code-try-0
i can get it by calling
POST https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.VideoIndexer/accounts/{accountName}/generateAccessToken?api-version=2024-01-01
but when i do i get an error message requestion an authorization that is not mentioned in the doc is there any solution to this??
- Marc MrozNov 03, 2023
Microsoft
Bilaledelbi sorry azure video indexer isn’t covered in this forum.
- sumasaiApr 19, 2024Copper ContributorHi Bilaledelbi I am also having a similar requirement where I should be able to ask azure openai model a query in natural language and in response azure open ai replies with a video and the timestamp . I am currently stuck and can you please give me a bit of Guidance how you arrived to the solution, it would be of great great help.
Thank you in advance
Suma