decode_base64
Decode Base64 encoded text back to its original form. Provide a Base64 string to get the decoded result.
Instructions
Decode Base64 text back to original text. Example: "SGVsbG8gV29ybGQ=" → "Hello World"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Base64 text to decode |