Reference
Morse Code Converter
Overview
Heavstal Morse Engine translates standard text into International Morse Code and vice versa. It handles alphanumeric characters and punctuation, using standard spacing for readability.
Endpoint
POST /morse
Request Parameters
| Field | Type | Required | Description |
|---|---|---|---|
| text | string | Required | The input string (Text or Morse code). |
| mode | string | Optional | 'encode' (Text to Morse) or 'decode' (Morse to Text). Default: 'encode'. |
Example Usage (Encode)
javascript
Example Usage (Decode)
javascript
Successful Response
json