action funtranslations_get_translate_braille_html {
label: "get_translate_braille_html"
description: "Translate from English to Braille Image characters. This is probably what you want to use if you are displaying braille in a browser."
provider: funtranslations
method: GET
path: "/translate/braille/html"
encoding: json
input: {
type: "object"
properties: {
text: {
type: "string"
}
}
required: ["text"]
additionalProperties: false
}
output: {
type: "object"
additionalProperties: true
}
}