The best speech-to-text technologies on the market through a single API

Hooho API enables developers to compare and implement
any private speech-to-text solutions (AWS, Google, Azure,...)
and train & deploy their own ASR models

Get a demo with Florian
1
curl
--request
POST \
2
--url
https://api.hooho.io/request
3
--header
'Accept: application/json'
\
4
--header
'Content-Type: application/json'
\
5
--header
'apiKey: MyAPIKey-123ABCD'
\
6
--data
'
7
{
8
"service_name": "GOOGLE",
9
"request_type": "RECOGNITION",
10
"input": {
11
"audio": {
12
"data": {
13
"data_uri": "https://SpaceX-Elon-Musk-race-to-space.com",
19
},
12
"config": {
13
"language_code": "en-US",
14
"vocabulary": {
15
"phrases": [
16
"Tesla",
17
"SpaceX"
18
]
19
},
20
"enable_automatic_punctuation": true,
21
"enable_word_time_offsets": true,
22
"model": "video",
23
"use_enhanced_model": true
24
}
25
}
26
}
27
}
28
'

Enhance your applications with the best speech recognition

Ready to try Hooho?

Send us an email
HOOHO.IO

How does it work?

Dig into our API documentation and quickstarts.

Compare any solution

Hooho will compare your corrected script with the results
of each solution and return a WER score (Word Error Rate).
You can see which solution scores best for your project.

1
"wer": {
2
#Upload the expected script
3
"transcripts": [
4
"I love Hooho. It makes things easier!"
5
],
6
#Activate the WER score
7
"get_wer": true
8
}

Implement any platform
with a single parameter

By changing a single parameter, you can send your request to different providers and,
if necessary, our documentation will generate the request
according to the desired solutions and configuration options.

Request to get a transcription with Google, AWS, Azure, Rev Speech to text API
Ready to Start?

Request an API Key to try