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>"
}'
{
  "success": true
}

Body

application/json

Response

200
application/json

Recording started successfully

The response is of type object.