encoding_base64_encode
Encode a plain text string into Base64 format for safe transmission, storage, or embedding in JSON, XML, or URLs. Provide the text input to receive the encoded output.
Instructions
Base64-encode a string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |