decode_base64
Decode a Base64 encoded string back to its original text. Specify encoding for output.
Instructions
Decode Base64 to text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| encoded | Yes | Base64 encoded string | |
| encoding | No | Text encoding for decoded output (default: utf-8) | utf-8 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |