sessions

Create Session

Create a session for an interview. Generates a LiveKit room and JWT token with embedded template, goals, skills, and person context.

post/v1/sessions

Request body

interview_idstring uuid required
channelstring
modestring nullable
mode_configobject nullable

Response

Successful Response

idstring uuid required
interview_idstring uuid required
channelstring required
statusstring required
join_urlstring nullable
room_namestring nullable
duration_secondsinteger nullable
started_atstring date-time nullable
ended_atstring date-time nullable
created_atstring date-time required
recording_urlstring nullable
recording_statusstring nullable

Changes

No recorded changes to this endpoint across all 1 revision of this API.