# API Reference

- [Test page](https://api-docs.speechace.com/api-reference/test-page.md)
- [Postman API reference](https://api-docs.speechace.com/api-reference/postman-api-reference.md)
- [Score Text/Pronunciation](https://api-docs.speechace.com/api-reference/score-text-pronunciation.md)
- [Handling overall scores](https://api-docs.speechace.com/api-reference/score-text-pronunciation/handling-overall-scores.md)
- [Handling word scores](https://api-docs.speechace.com/api-reference/score-text-pronunciation/handling-word-scores.md)
- [Handling phoneme and syllable scores](https://api-docs.speechace.com/api-reference/score-text-pronunciation/handling-phoneme-and-syllable-scores.md)
- [Score Text/Multiple choice](https://api-docs.speechace.com/api-reference/score-text-multiple-choice.md)
- [Handling multiple choice response](https://api-docs.speechace.com/api-reference/score-text-multiple-choice/handling-multiple-choice-response.md)
- [Score Text/Markup Language](https://api-docs.speechace.com/api-reference/score-text-markup-language.md)
- [Handling Markup Response](https://api-docs.speechace.com/api-reference/score-text-markup-language/handling-markup-response.md)
- [Score Text/Stress & Intonation](https://api-docs.speechace.com/api-reference/score-text-stress-and-intonation.md)
- [Handing stress and intonation response](https://api-docs.speechace.com/api-reference/score-text-stress-and-intonation/handing-stress-and-intonation-response.md)
- [Score Text/Phoneme list](https://api-docs.speechace.com/api-reference/score-text-phoneme-list.md)
- [Handling phoneme list response](https://api-docs.speechace.com/api-reference/score-text-phoneme-list/handling-phoneme-list-response.md)
- [Score Text/Fluency](https://api-docs.speechace.com/api-reference/score-text-fluency.md)
- [Handling fluency response](https://api-docs.speechace.com/api-reference/score-text-fluency/handling-fluency-response.md)
- [Fidelity detection](https://api-docs.speechace.com/api-reference/score-text-fluency/fidelity-detection.md)
- [Score Text/Validate Text](https://api-docs.speechace.com/api-reference/score-text-validate-text.md)
- [Score Speech/Open-ended](https://api-docs.speechace.com/api-reference/score-speech-open-ended.md)
- [Handling language scores](https://api-docs.speechace.com/api-reference/score-speech-open-ended/handling-language-scores.md)
- [Per metric feedback](https://api-docs.speechace.com/api-reference/score-speech-open-ended/per-metric-feedback.md)
- [Grammar metrics](https://api-docs.speechace.com/api-reference/score-speech-open-ended/per-metric-feedback/grammar-metrics.md)
- [Vocabulary metrics](https://api-docs.speechace.com/api-reference/score-speech-open-ended/per-metric-feedback/vocabulary-metrics.md)
- [Coherence metrics](https://api-docs.speechace.com/api-reference/score-speech-open-ended/per-metric-feedback/coherence-metrics.md)
- [Score Speech/Relevance](https://api-docs.speechace.com/api-reference/score-speech-relevance.md)
- [Handling relevance response](https://api-docs.speechace.com/api-reference/score-speech-relevance/handling-relevance-response.md)
- [Score Speech/Language Detection](https://api-docs.speechace.com/api-reference/score-speech-language-detection.md)
- [Score Task/Task Achievement](https://api-docs.speechace.com/api-reference/score-task-task-achievement.md)
- [Score Writing](https://api-docs.speechace.com/api-reference/score-writing.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://api-docs.speechace.com/api-reference.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
