F

FunTranslations Braille API

by FunTranslations Braille Free tier

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

mapsfuntranslations

Quick Reference

Base URL https://api.funtranslations.com Auth type API Key Header Auth header X-Funtranslations-Api-Secret: YOUR_API_KEY Rate limit 5 req/hour (free) Pricing Enterprise / contact sales Free quota None Documentation https://funtranslations.com/api/braille Endpoint status Server online — HTTP 403 — server is online but path returned an error (may require auth)7.72s (checked Mar 29, 2026) Builder score D 35% builder-friendly
Pricing
28
Latency
10
Depth
60

Authentication

API key in the request header (X-Funtranslations-Api-Secret)

X-Funtranslations-Api-Secret: YOUR_API_KEY

Pricing

Model subscription Starting price Enterprise / contact sales Free quota None

Free: 5 req/hour. Pro $5/mo (unlimited). Fun Translations API suite.

Key Endpoints

MethodPathDescription
GET /translate/braille Translate from English to Braille. This is what you use if you have a braille di
GET /translate/braille/dots Use this to see which dots are enabled for each Braille letters. This is highly
GET /translate/braille/html Translate from English to Braille Image characters. This is probably what you wa
GET /translate/braille/image Translate from English to Braille image characters. This is probably what you wa
GET /translate/braille/unicode Translate from English to Braille Unicode characters.

Sample Request

curl -X GET 'https://api.funtranslations.com/translate/braille' \
  -H 'X-Funtranslations-Api-Secret: YOUR_API_KEY'

Sample Response

{}

Data sourced from API Map. Always verify pricing and rate limits against the official FunTranslations Braille documentation.