> For the complete documentation index, see [llms.txt](https://api-docs.speechace.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://api-docs.speechace.com/use-cases/automated-language-assessment-with-ai.md).

# Automated Language Assessment with AI

Automate spoken-language screening and assessment at scale — for hiring in BPO, contact centers, aviation, and for L\&D programs. The core is [score/speech](/api-reference/score-speech.md), which transcribes an open-ended response and scores pronunciation, fluency, grammar, vocabulary, and coherence on standard rubrics.

<table><thead><tr><th width="300">Assessment</th><th width="240">Recreate with</th><th>Key fields</th></tr></thead><tbody><tr><td><strong>Screening / video interviews</strong><br><em>comprehensive language assessment</em></td><td><a href="/api-reference/score-speech.md">score/speech</a></td><td><code>speech_score.speechace_score.*</code></td></tr><tr><td><strong>Role-specific assessment</strong><br><em>contact-center agent, flight crew</em></td><td><a href="/api-reference/score-speech.md">score/speech</a> + <code>relevance_context</code></td><td><code>relevance.class</code> · <code>speechace_score.*</code></td></tr><tr><td><strong>Situational Judgement / Critical Thinking tasks</strong></td><td><a href="/api-reference/score-task.md">score/task</a></td><td><code>task_score.score</code></td></tr><tr><td><strong>Summative / formative assessment</strong><br><em>training baselines and unit tests</em></td><td><a href="/api-reference/score-speech.md">score/speech</a></td><td><code>ielts_score</code> / <code>cefr_score</code> for level mapping</td></tr></tbody></table>
