Morse Code
GET /convert/morseParameters
Parameter
Required
Description
Auto-detection
Example: text to Morse
curl "https://api.uwuapps.org/convert/morse?text=HELLO"Response
{
"success": true,
"direction": "text_to_morse",
"input": "HELLO",
"result": ".... . .-.. .-.. ---"
}Example: Morse to text
Response
Morse code format
Last updated
Was this helpful?
