decode_base64
Convert Base64 encoded text back to its original readable format. Use this tool to decode encoded strings for data processing or troubleshooting.
Instructions
Decode Base64 text back to original text. Example: "SGVsbG8gV29ybGQ=" → "Hello World"
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Base64 text to decode |