base64_decode
Convert Base64 encoded strings into readable text for debugging or data inspection.
Instructions
Decode a Base64 string back to text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| encoded_text | Yes | The Base64 encoded string to decode. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |