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 Takes the input string and converts it to a base64 encoded value. It can be used for example to create an identifier based on certain values in the data. A specific string value needs to be the input. If the input is anything other it first needs to be mapped to a single string value.

Fields

No configurable options available

Sample data

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