exercise_sessions

Create Exercise Session

Creates a new exercise session doc with the chosen exercises, sequential/parallel, etc. Returns session_id in the 'message' field of BasicResponse.

post/exercise-sessions

Request body

exercise_idsstring[] required
subject'maths' | 'physique-chimie' nullable
is_sequentialboolean required
use_timerboolean required
device_typestring nullable
assignment_idstring nullable
is_trial_runboolean

Response

Successful Response

statusstring required
messagestring required
dataobject nullable
transcriptstring nullable
urlstring nullable

Changes

No recorded changes to this endpoint across all 2 revisions of this API.