base64_encode
Convert any string to Base64 encoding. Optionally use URL-safe variant with - and _ instead of + and /, ideal for URLs.
Instructions
Base64-encode a string. Optional URL-safe variant (RFC 4648 §5: -/_ instead of +//, no padding).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| url_safe | No |