base64_decode
Decode Base64-encoded strings into readable text. Handles standard and URL-safe variants, auto-fixes missing padding, and returns text for valid UTF-8 or hex otherwise.
Instructions
Base64-decode a string. Accepts both standard and URL-safe Base64; missing padding is auto-fixed. Returns text when valid UTF-8, otherwise hex.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| encoded | Yes |