Create a zip from up to 50 files
create_zipCreate a zip from up to 50 files. Packs files of any type into a .zip. Names can include folders ("reports/january.pdf"). Default output is the zip binary.
Costs 1 credit per call.
Returns a temporary download link (valid 15 minutes). Always include that link in your reply so the user can open or download the file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| files | Yes | The files to put in the zip (up to 50). Each item is {"name": "report.pdf", "content": "<the file in base64>"}. |