sweez
sweez

Reputation: 77

Azure Video Indexer Download Url

Hello we need to generate an azure videoindexer download url that is being used by some downstream systems. The current rest api response generates the url with an expiry date. We need a longer expiry or for a url that does not expire. Any idea what parameter or a way to get thus link.

I generate from this Rest Api call https://api-portal.videoindexer.ai/api-details#api=Operations&operation=Get-Video-Artifact-Download-Url I do not see an option for expiry

Upvotes: 0

Views: 259

Answers (1)

Gaurav Mantri
Gaurav Mantri

Reputation: 136336

We need a longer expiry or for a url that does not expire. Any idea what parameter or a way to get thus link.

Based on the documentation provided, I don't think it is possible to have a URL with an expiry date more than 1 hour.

From this link:

Access tokens expire after 1 hour. Make sure your access token is valid before using the Operations API. If it expires, call the Authorization API again to get a new access token.

Upvotes: 1

Related Questions