Funtranslations Braile
Funtranslations Braile is an API that translates text into Braille-style output.
- 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>
Publishes
The keys a later task may reference as {{taskName.key}}. Referencing anything not listed here resolves to nothing at run time.
erroroperationresultstatus
Input Properties
Every property this tool accepts, from its own tool.iml.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
apiKey |
string | yes | — | DEPRECATED — bind an API Key credential to the task with credentialName instead. A key pasted here is stored in the workflow definition in clear and appears in every export of it. Still honoured for workflows built before the change. |
operation |
string | yes | — | One of: get_translate_braille, get_translate_braille_dots, get_translate_braille_html, get_translate_braille_image, get_translate_braille_unicode |
query |
string | no | — | Optional query params as a JSON object string, e.g. {"limit": 10}. |