Base64 Encode
text_base64_encodeEncode a UTF-8 string to Base64. Use for embedding data in URLs or APIs that require Base64.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The string to encode | |
| urlSafe | No | Use URL-safe alphabet (- instead of +, _ instead of /, no padding) |