Plume API
Decode

/decode/binary

Decode a string in binary

GET
/decode/binary

Query Parameters

text*string

The string to decode

Length1 <= length <= 4096

Response Body

application/json

application/json

application/json

curl -X GET "https://plume.sodiumlabs.xyz/api/decode/binary?text=string"
{
  "decoded": "string"
}
{
  "message": "string",
  "errors": [
    {
      "message": "string"
    }
  ]
}
{
  "message": "string"
}