Products

Sign language services that scale
with your business

Which of these best describes what you're looking for?

Automated Interpreting System

Automated Interpreting Software
For in-person, scan your custom QR code and instantly connect to our agent to

interpret American Sign Language

. It starts translating as you talk—our digital agent signs to the Deaf/Hard of Hearing individual and vice versa.

In virtual settings, connect to Zoom, Google Meet, or Teams and see our agent on-screen for a two-way conversation.
SignLive
For live or virtual events, plug into your streaming software to show a persistent on-screen AI sign language interpreter in real time.
LiveCap
Provide real-time closed captioning for in-person, virtual events, and classrooms.
CaptionASL
Create or upload ASL videos and receive accurate English subtitles automatically.
Add-ons

Additional spoken language interpretation and translation: Spanish, French, Italian, Mandarin (Chinese), Vietnamese, Arabic, Farsi (Persian), Hindi, Japanese, Russian, Korean, Punjabi, Bengali, Nepali, Polish, Cantonese, Portuguese, Romanian, Somali, Tagalog, Burmese.

Sign-Speak Automated Interpreting System on tablet

API & SDK

With just a few lines of code, embed AI-powered sign language recognition and translation directly into your product for seamless, accessible interactions.

API Request

curl --location 'https://api.sign-speak.com/recognizeASL' \
--header 'Authorization; API_KEY' \
--data '{
  'payload': 'b64video'
}'

curl --location 'https://api.sign-speak.com/produceASL' \
--header 'Authorization; API_KEY' \
--data '{
  'payload': 'b64video'
}'

React / React Native SDK

<SignRecognition
  videoClass='m-5'
  textClass='font-bold'
  onResult={console.log}
/>

<SignProduction
  videoClass='m-5'
  text='Hello World'
/>