Is the braille API public today?
Yes. The versioned text beta is available at /api/v1/braille/translate. It is rate limited and does not yet include a production SLA.
What will the API support first?
English UEB Grade 1 and Grade 2 translation, back-translation, Unicode braille and BRF are available in v1 beta.
Will image recognition use the same endpoint?
Image recognition will likely use a separate metered endpoint because it requires more processing and returns cell-level confidence data.
How much does the braille API cost?
The public beta is free with rate limits. Production API access will be included in paid plans starting from $99/year (Starter) with authenticated keys, usage dashboards and higher quotas.
Is there a free API tier?
Yes. The public beta endpoint is free to use without an API key, limited to 2,000 characters per request. Production plans will include a generous free tier for low-volume use.
Can I use the API for commercial applications?
The public beta is for testing and development. Commercial API use requires a paid plan with a commercial license. The Pro plan ($290/year) includes commercial use rights.
What is the difference between Unicode braille and BRF output?
Unicode braille returns braille pattern characters that are easy to display and copy. BRF (Braille Ready Format) returns a file-oriented cell stream used by embossers and braille software. The v1 beta supports both output formats.