cURL
curl --request POST \ --url https://api.kaizenautomation.com/instructor/executions/startRecording \ --header 'Content-Type: application/json' \ --data ' { "id": "<string>", "blockId": "<string>" } '
{ "success": true }
Starts recording an instructor session for a workflow and login
ID of the instructor execution to start recording
Optional ID of the specific block for which to record
Recording started successfully
Whether the recording was started successfully