post https://api.mk.io/api/v1/projects//media/assets//getFileAccessInfo
This endpoint returns the information needed to access files within your asset.
The storage account containing the asset must be configured with a valid SAS token.
The response includes
storageAccountName: the storage account name,containerName: the name of the container within the storage account,jwt: a token to be passed along with your request,url: the URL to access the container.subpath: the subpath to the location of the asset within the container.
Please see our online documentation for examples of how to use these.