Plume API
Decode

/decode/unicode

Decode a string in unicode values

GET
/decode/unicode

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/unicode?text=string"
{
  "decoded": "string"
}
{
  "message": "string",
  "errors": [
    {
      "message": "string"
    }
  ]
}
{
  "message": "string"
}