ZIP Files
POST https://api.pdfrest.com/zip
Compress files into one ZIP file.
Required form-data body parameters:
- Any of the following:
file- File to be uploaded and processedid[]- Alphanumeric ID (UUID) of existing file on server to be processed
Optional form-data body parameters:
output- File name of output file (without extension)
Request Body
[{"name"=>"file", "value"=>nil, "datatype"=>"null"}, {"name"=>"id[]", "value"=>"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", "datatype"=>"string"}, {"name"=>"output", "value"=>"pdfrest_zip", "datatype"=>"string"}]
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Api-Key | string |