Exposes Asset's pre-signed urls with expiration time given in seconds
Asset being exposed needs to have a Security Template with Download permission and and User must have role with Download privilege.
The Request Body must be a JSON array.
Successful operation
Error occurred
Unauthorized. Missing Authorization or AccessToken or expired token
Forbidden. Missing X-API-key
[- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "identifier": "objectId",
- "components": [
- {
- "componentType": "rendition",
- "componentRef": [
- "imageThumb"
], - "expiration": 3000
}
]
}
]
[- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "identifier": "objectId",
- "components": [
- {
- "renditionType": "imageThumb",
- "componentRef": "imageThumb",
- "expires": 3000,
}
]
}
]