Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.alumio.com/llms.txt

Use this file to discover all available pages before exploring further.

string-base64-decode This is the opposite of the string-base64-encode. It takes the input string which should be an base64 encoded value and converts it back to a normal human readable value. The input can only be a valid base64 encoded value else an exception might occur or an unexpected value can be returned.

Fields

No configurable options available

Sample data

Input dataOutput data
“Zm9vLWJhcg==”“foo-bar”