Documentation Index
Fetch the complete documentation index at: https://docs.coraltalk.com/llms.txt
Use this file to discover all available pages before exploring further.
Oral assessments
An oral assessment is a voice-based exam where students converse with Coral and receive AI-powered evaluation.Endpoints
| Method | Path | Description |
|---|---|---|
POST | /oral-assessments | Create |
GET | /oral-assessments | List (?classId= optional) |
GET | /oral-assessments/:id | Get |
PUT | /oral-assessments/:id | Update |
DELETE | /oral-assessments/:id | Delete |
Create
| Field | Required | Default | Description |
|---|---|---|---|
name | Yes | — | Assessment title |
classId | Yes | — | Class ID |
duration | No | 600 | Max duration (seconds) |
examType | No | "Generic" | "Generic", "Personalized", or "Hybrid" |
questions | No | — | Array of { id, text } |
Student URL
https://exams.yourschool.edu/exam/{EXAM_ID}