Braille Translator
All you need to create a traditional / non traditional Braille display system. If you have a braille display / want to mimic one in the browser or in your app this is the API you will integrate with. This takes plain English text and converts to various forms of braille (unicode/ braille/ image etc) display styles.
Braille Translator endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Braille Image /braille/image |
Get braille text as html images. |
| GET |
Braille /braille |
Convert English text to text suitable for traditional braille display. |
| GET |
Braille Dots /braille/dots |
Gets the dots info(which dots are on and which are off) for the equivalent braille text for a given text. |
| GET |
Braille HTML /braille/html |
Get equivalen braille characters for a given English text as html unicode characters. |
| GET |
Braille Unicode /braille/unicode |
Get the braille text as unicode characters to display in browser or an APP capable of displaying unicode. |
Braille Translator pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| ULTRA | $14.99 / month | — |
|