# FunTranslations Braille API **Provider:** FunTranslations Braille **Category:** maps **Base URL:** `https://api.funtranslations.com` **Auth:** api-key — `X-Funtranslations-Api-Secret: YOUR_API_KEY` **Rate Limit:** 5 req/hour (free) **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://funtranslations.com/api/braille ## Description Braille conversion API on the cloud. Translate from English text to Braille and get Braille results suitable for many display types.Click here to subscribe ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://api.funtranslations.com/translate/braille` | Translate from English to Braille. This is what you use if you have a braille di | | GET | `https://api.funtranslations.com/translate/braille/dots` | Use this to see which dots are enabled for each Braille letters. This is highly | | GET | `https://api.funtranslations.com/translate/braille/html` | Translate from English to Braille Image characters. This is probably what you wa | | GET | `https://api.funtranslations.com/translate/braille/image` | Translate from English to Braille image characters. This is probably what you wa | | GET | `https://api.funtranslations.com/translate/braille/unicode` | Translate from English to Braille Unicode characters. | ## Authentication API key in the request header (X-Funtranslations-Api-Secret) ``` X-Funtranslations-Api-Secret: YOUR_API_KEY ``` ## Sample Request ```bash curl -X GET 'https://api.funtranslations.com/translate/braille' \ -H 'X-Funtranslations-Api-Secret: YOUR_API_KEY' ``` ## Sample Response ```json {} ``` ## Pricing Details Free: 5 req/hour. Pro $5/mo (unlimited). Fun Translations API suite. --- *Source: [API Map](https://apimap.dev/apis/funtranslations-braille/) — CC BY 4.0*