Skip to content

api-evangelist/elsa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ELSA (elsa)

ELSA (English Language Speech Assistant) builds AI speech-recognition and pronunciation-assessment technology for non-native English speakers, powering the ELSA Speak consumer app. The ELSA API is a partner/B2B speech-assessment service that scores recorded or streamed English audio across pronunciation, fluency, intonation, grammar, and vocabulary, returning sentence, word, and phoneme-level feedback.

APIs.json: https://raw.githubusercontent.com/api-evangelist/elsa/refs/heads/main/apis.yml

Disambiguation: This catalog covers ELSA Speak / ELSA Corp (elsaspeak.com, elsanow.io) — the AI English pronunciation and speech-assessment platform. It is unrelated to "Elsa", the open-source .NET workflows / workflow-engine library.

Tags

  • Speech Assessment
  • Pronunciation
  • Speech Recognition
  • Language Learning
  • AI

Timestamps

  • Created: 2026-06-21
  • Modified: 2026-06-21

APIs

ELSA Pronunciation Assessment API (Scripted)

Scripted speech scoring. The caller submits an audio recording together with the expected script/sentence and receives sentence, word, and phoneme-level pronunciation scores, mispronunciation hints, word stress, reading speed, pausing, fluency, and intonation. Batch scoring is a POST to /score_audio; a realtime variant streams audio over a WebSocket to /ws/score_audio.

Tags

  • Pronunciation
  • Speech Assessment
  • Scripted
  • Phoneme Scoring

Properties

ELSA Realtime Streaming Speech API

Realtime, packet-by-packet audio scoring over WebSocket. Scripted streaming connects to wss://api.elsanow.io/api/v2/ws/score_audio and unscripted (open-ended) streaming connects to wss://api.elsanow.io/api/v1/ws/score_audio_plus, delivering incremental pronunciation, fluency, intonation, grammar, and vocabulary feedback.

Tags

  • Realtime
  • Streaming
  • WebSocket
  • Unscripted

Properties

ELSA Unscripted Speech Assessment API

Open-ended (unscripted) speech assessment. The caller submits spontaneous English audio with no reference script and receives a spoken transcript plus pronunciation, prosody/intonation, fluency, grammar, and vocabulary analysis with improvement suggestions. Batch scoring is a POST to /score_audio_plus.

Tags

  • Unscripted
  • Fluency
  • Grammar
  • Vocabulary

Properties

Common Properties

Maintainers

FN: Kin Lane Email: kin@apievangelist.com

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors