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