base64_encode
Encode any text string into Base64 to prepare it for transmission, storage, or use in AI development workflows.
Instructions
Encode a text string to Base64 format.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The text string to encode. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |