Base64 Decode
text_base64_decodeDecode a Base64 string back to UTF-8 text. Use when extracting data from Base64-encoded API responses, tokens, or email headers. Returns the original plaintext string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| encoded | Yes | The Base64 string to decode | |
| urlSafe | No | Input uses URL-safe alphabet |