Encode
/encode/hex
Encode a string in hexadecimal
Query Parameters
text*string
The string to encode
Length
1 <= length <= 4096Response Body
application/json
application/json
application/json
curl -X GET "https://plume.sodiumlabs.xyz/api/encode/hex?text=string"{
"encoded": "string"
}{
"message": "string",
"errors": [
{
"message": "string"
}
]
}{
"message": "string"
}