Get Media

GET https://{{axpDomain}}/api/media-store/v1/media/:mediaId?ttl={{mediaDownloadTTL}}&signature={{mediaDownloadSignature}}

Get media file using the signed URI.

Request Params

KeyDatatypeRequiredDescription
ttlstring(Required) The time to live for the signature
signaturestring(Required) The signature key

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

"media file binary content"