Text / SEO
Morse code converter
Translate text into dots and dashes, decode Morse, and play the pattern in the browser.
Input
Morse code converter
Result
Morse code converter
Waiting for text
The result will appear here.
API
Also available by API
Use JSON with a NOXUS API key. API billing uses separate USD balance.
The response includes structured values and downloadable content when useful.
POST /api/v1/tools/text-morse
Authorization: Bearer TU_API_KEY
Content-Type: application/json
{
"direction": "encode",
"text": "SOS NOXUS"
}
{
"direction": "decode",
"text": "... --- ... / -. --- -..- ..- ..."
}