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