Decode
/decode/base64
Decode a string in base64
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/base64?text=string"{
"decoded": "string"
}{
"message": "string",
"errors": [
{
"message": "string"
}
]
}{
"message": "string"
}