encode_base64
Encode any text to Base64 format, commonly used for data transfer and storage in web applications.
Instructions
Encode text to Base64 format. Example: "Hello World" → "SGVsbG8gV29ybGQ="
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text to encode to Base64 |