Encode
/encode/binary
Encode a string in binary
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/binary?text=string"{
"encoded": "string"
}{
"message": "string",
"errors": [
{
"message": "string"
}
]
}{
"message": "string"
}