archive/unzip

Extract a zip or 7z archive; each file is returned as a download URL.

Dynamic (cost in response)
charged on success

What it does

Extracts every file from a zip or 7z archive, uploads each one, and returns the list of names with download URLs.

Primary use cases

  • Unpacking an uploaded archive so an agent can process the contents.

Good to know

The archive format is detected automatically (zip or 7z). Decompression bombs and unsafe member paths are rejected.

Parameters

input_urlstringrequired

Pre-signed GET URL of the zip or 7z archive.

expires_inintegeroptionaldefault: 3600

Download URL TTL in seconds for the extracted files.

archive/unzip — Faro