Back to catalog
📄

Convert Speech to Text API

API Key

This API converts any speech to text multiple languages and dialects

📄Documents & ProductivityHTTPSCORS enabled

Convert Speech to Text API

Audio Transcription Result

TranscriptThe quick brown fox jumps over the lazy dog near the riverbank.
Confidence0.973
LanguageEn-US
Duration Seconds4.81
Word Count13

Sample Response

response.json
1{
2 "transcript": "The quick brown fox jumps over the lazy dog near the riverbank.",
3 "confidence": 0.9732,
4 "language": "en-US",
5 "duration_seconds": 4.81,
6 "word_count": 13
7}

Code Snippets

request.sh
1"color:#c084fc">curl -X "color:#fbbf24">GET "https://apyhub.com/utility/speech-to-text" \
2 "color:#60a5fa">-H "Authorization: Bearer YOUR_API_KEY"
View Documentation

Similar APIs