For the complete documentation index, see llms.txt. This page is also available as Markdown.

Interpreting API Response

The API response JSON contains the following scores.

Field
Description

word_score.word

The target word. If Multiple Choice was used, then this will be the closest target to what the user spoke.

word_score.quality_score

The pronunciation score for the word (scale 0..100). See this guide for interpreting the quality_score.

word_score.quality_class

pass | fail The classification for the word based on its quality_score. The threshold applied for pass is quality_score ≥ 70.

word_score.syllable_score_list

An array of syllables within the word, each with their quality_score, stress, and extent information.

word_score.phone_score_list

An array of phonemes within the word, each with their quality_score, , stress, and extent information.

Last updated