Differentiation

Our products have been designed
to help you build next generation voice enabled applications and services

While designing amazing voice UIs we quickly realized that the existing tools in the market were limited in terms of functionalities and features.

Comparison
Previous generations
Speechgrinder
Problems that can be solved:
Simple dialogs (e.g. remote control, information retrieval)
Complicated continuous tasks (e.g. real-time listing)
Modalities:
Voice
Voice, vision, touch
Interaction type
Turn-based question-answer
Real-time continuous multi-modal
Platforms
Voice assistants, smart speakers.
Any website, application, service, device or process.
Ecosystem:
Bring services to closed ecosystems
No ecosystem lock-up
Branding:
Limited brand visibility in third party ecosystem
Keep customers within your own branded environments
Differentiation points
Tailored for building voice UIs
Multi-modal from ground up
Works on any platform

API products

Voice-enabled shopping basket

Let your customers fill their shopping basket using their voice. Our APIs map user speech in real-time into your SKUs so that they find what they want fast and conveniently.

Continuous voice search

Many UI tasks include users having to make choices from a big universe of possibilities. Imagine if they could do all of this using their voice with real-time response.

Real-time voice input with tailored NLU

Our speech recognition technology seamlessly integrates the most important natural language processing functionalities so you can understand what your users mean in real-time.

How to integrate

Integrating our technology into your service couldn’t be any simpler

1. Get Your Application ID

Send email to

appid@speechgrinder.com to get your Application ID.

2. Get a Session ID for your Application Client

curl -X POST -d '{"appId": "<insert application id here>", "deviceId": "<insert client id here>"}' https://api.speechgrinder.com/login

Coming soon....

Coming soon....

Coming soon....

3. Stream Audio using the Session ID

# you'll need websocat (brew install websocat)curl https://speechgrinder.github.io/example-audio/utterance.raw|websocat -b 'wss://api.speechgrinder.com/stream/<insert session id here>?sampleRate=16000&languageCode=en'

Coming soon....

Coming soon....

Coming soon....