Skip to main content
POST
/
instructor
/
executions
/
startRecording
Start recording instructor session
curl --request POST \
  --url https://api.kaizenautomation.com/instructor/executions/startRecording \
  --header 'Content-Type: application/json' \
  --data '{
  "id": "<string>",
  "blockId": "<string>"
}'
{
  "success": true
}

Body

application/json
id
string
required

ID of the instructor execution to start recording

blockId
string

Optional ID of the specific block for which to record

Response

Recording started successfully

success
boolean
required

Whether the recording was started successfully

I