Plume API
Encode

/encode/morse

Encode a string in morse

GET
/encode/morse

Query Parameters

text*string

The string to encode

Length1 <= length <= 4096

Response Body

application/json

application/json

application/json

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