decompress
Restore original data from base64-encoded compressed input by specifying the algorithm used (gzip, brotli, or deflate). Solves the need to recover compressed content.
Instructions
Decompress previously compressed data. Requires the base64 compressed data and the algorithm used.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| compressed_base64 | Yes | Base64-encoded compressed data | |
| algorithm | Yes | Algorithm used for compression |