About this endpoint
What it does
Base64-encodes the UTF-8 string provided in the text query parameter and returns the encoded value in the response.
Query Parameter(s)
| Attribute | Type | Mandatory | Description |
|---|---|---|---|
| text | String | Yes | The UTF-8 string to encode. |
Response
Returns a JSON object with an encoded string field containing the Base64-encoded value of the input text.
| Attribute | Type | Mandatory | Description |
|---|---|---|---|
| encoded | String | No | The Base64-encoded representation of the input text. |