Create zips on the fly using our ZipService endpoint or use the API to create mediacontainers for usage in your AdmiralCloud Digital Asset Management platform.
Reference
Create ZIP
Creates a new mediacontainer with a ZIP file from the given existing mediacontainer ids or an ES search query.
If you use SEARCH, the query is automatically limited to video, audio, image and documents. You can still use ES filter to reduce the allowed types, but you cannot extend types beyond [video, audio, image and documents]
Note: The maximum number of mediacontainers in a file is 1,000.
Create ZIP on the fly
This endpoint will stream a zip file to your browser. It can be used with a publicarea or with authenticated users.
The base url for this service is https://zipservice.admiralcloud.com
Field | Type | Required | Description |
---|---|---|---|
formatIds | base64 | ✗ | Optional list of formatIds to use in ZIP. If none given, the original file is used. |
ids | hashids | ✓ | List/array of mediaContainerIds Please use mediaContainerIds instead |
link | string | ✓ | Link of publicarea |
mediaContainerIds | base64 | ✓ | List/array of mediaContainerIds |