decode_base64
Decode Base64 encoded strings back to their original text. Provide a valid Base64 input to retrieve the decoded content.
Instructions
Decode Base64 text back to original text. Example: "SGVsbG8gV29ybGQ=" → "Hello World"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Base64 text to decode |