utility_base64_decode
Convert Base64 encoded strings to plain text or save decoded data as a file. Ideal for decoding encoded content from APIs or logs.
Instructions
Decode a Base64 encoded string back to its original plain text or save to a file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| base64 | Yes | The Base64 encoded string payload. | |
| outputPath | No | Optional local path to save the decoded binary data. |