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...
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 Mroz
Microsoft
Nov 03, 2023Bilaledelbi 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