Placement Turn
API: Placement Loop
Placement Turn
Executes a dialogue turn during the voice placement screening test.
- Accepts the running transcript log.
- Queries the backend LLM state machine to decide if the test should continue or complete.
- Returns Zoe’s next question OR a final CEFR assessment (
is_complete: true) once enough evidence is gathered.
POST
Placement Turn
Authorizations
Authorization
string
header
default:eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiI1N2U0NDg0NC04YWRiLTQyNTgtYWI4Mi05MWNmNDUxZTQ4OGEiLCJleHAiOjIwOTY4Njg2Njh9._oyjz0enX_sLYvidUm4EUMq5oTNUpxZmowoxIf5J7dc
required
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
Successful Response