base64_convert
Encode text to Base64 or decode Base64 strings back to plain text. Choose operation to convert instantly.
Instructions
Encode text to Base64, or decode a Base64 string back to text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Plain text to encode, or a Base64 string to decode. | |
| operation | No | "encode" or "decode" (default "encode"). | encode |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |