Skip to main content
POST
Course Assistant Turn

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

course_id
string
required
session_id
string
required

Body

application/json
client_turn_id
string
required
Required string length: 1 - 128
message
string
default:""
Maximum string length: 8000
confirm
Confirm · object | null

Explicit confirmation of the served question's document suggestion. A confirm turn makes zero model calls; the answer is validated and recorded by the server exactly as a typed answer would be (source='text').

Response

Successful Response