utility_base64_encode
Encode text or local files to Base64 format for data transfer or storage.
Instructions
Encode a text string or a local file to Base64 format.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | Text content to encode. | |
| filePath | No | Local path to a file to encode. |