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
Recording started successfully
The response is of type object.
object