Encode text
util.encodeEncode text as base64, hex, or URL encoding for safe transport between tools. Choose the format to protect strings during data transfer.
Instructions
GET /v1/encode — encode text as base64, hex, or url-encoding. Utility for safe transport of strings between tools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | Yes | Text to encode. Example: 'hello world'. | |
| format | No | Encoding format. Default base64. Example: 'base64'. | base64 |