Get Media
GET https://{{axpDomain}}/api/media-store/v1/media/:mediaId?ttl={{mediaDownloadTTL}}&signature={{mediaDownloadSignature}}
Get media file using the signed URI.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
ttl | string | (Required) The time to live for the signature | |
signature | string | (Required) The signature key |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
"media file binary content"