base64_encode
Encode UTF-8 text to Base64 to embed binary or Unicode data in JSON, URLs, or HTTP headers.
Instructions
Encode a UTF-8 text string to Base64. Handles non-ASCII characters correctly. Use when you need to embed binary or unicode data in JSON, URLs, or HTTP headers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The UTF-8 text to encode as Base64. |