📡
Morse Code
Convert text to Morse code or decode Morse code back to text.
encoder
API: POST /api/tools/morse-code
Input
Result
🔌 API Usage
POST /api/tools/morse-code
Content-Type: application/json
// Example body:
{
"text": "",
"mode": "to_morse"
}
Content-Type: application/json
// Example body:
{
"text": "",
"mode": "to_morse"
}