Get file access information – Media API – MediaKind

Get file access information

post https://app.mk.io/api/v1/projects/:project_name/media/assets/:asset_name/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

Please see our online documentation for examples of how to use these.

RBAC Capability Required: ams.asset.create or ams.asset.update

Authentication

Authorization Bearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

Response

200 Access Information

Errors

400 Bad Request

401 Unauthorized

(Details similar to 400)

403 Forbidden

(Details similar to 400)

404 Not Found

(Details similar to 400)

429 Too Many Requests

(Details similar to 400)

500 Internal Server Error

(Details similar to 400)