Conversation Turn
API: LLM Judge
Conversation Turn
Handles turn-by-turn logic during an active topic-based conversation session.
- Validates that the conversation session exists and belongs to the authenticated user.
- Sends the dialogue history to the LLM backend proxy.
- Applies custom coaching metrics (grammar, vocabulary, and fluency settings).
- Returns Zoe’s next spoken reply alongside immediate grammar corrections.
POST
Conversation 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.
Body
application/json