encode_base64
Encode text into Base64 format for use in data URLs, JSON, or API payloads.
Instructions
Encode text to Base64 format. Example: "Hello World" → "SGVsbG8gV29ybGQ="
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text to encode to Base64 |