Funtranslations Braile
Connector for the funtranslations-braile API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.funtranslations.com - Auth:
header:X-Funtranslations-Api-Secret(pass your key via theapiKeyinput)
Operations
get_translate_braille— GET /translate/braille — Translate from English to Braille. This is what you use if you have a braille diget_translate_braille_dots— GET /translate/braille/dots — Use this to see which dots are enabled for each Braille letters. This is highlyget_translate_braille_html— GET /translate/braille/html — Translate from English to Braille Image characters. This is probably what you waget_translate_braille_image— GET /translate/braille/image — Translate from English to Braille image characters. This is probably what you waget_translate_braille_unicode— GET /translate/braille/unicode — Translate from English to Braille Unicode characters.
Inputs
apiKey— your funtranslations-braile API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: get_translate_braille
apiKey: <your key>