Speech Evaluation
Speech Evaluation API
Request Data
{
“student_answer”: <audio>, // audio recorded by student
“correct_text”: <string>, // correct audio text which you got when created the speech exercises
}Response Data
{
"id": <ID>,
"speech_evaluation_status_url": "/api/v1/exercises/speech/evaluate/<evaluation_id>/status/",
"status": “pending”,
"error": <None>,
"data": <None>
}Example
Check the status of the speech evaluation
Response Data
Example
Request Data
Response Data
Last updated