v1

latestSwagger 2.02026-07-146610689.7 KB
v2

Zip a batch of files or directories

Use this method to create a ZIP archive from the list of filenames

post/v2/files/zip

Request body

filenamesstring[] required
zipFilenamestring

Example request

{
  "filenames": [
    [
      "/REST API Examples/coin/coin_01.jpg",
      "/REST API Examples/coin/coin_02.jpg"
    ]
  ],
  "zipFilename": "Sirv January 18, 2023.zip"
}

Response

Successful