cURL
curl --request POST \ --url https://api.kaizenautomation.com/instructor/executions/runBlockAndSaveCoordinates \ --header 'Content-Type: application/json' \ --data ' { "params": {}, "instructorExecutionId": "<string>", "blockId": "<string>", "blockName": "<string>" } '
{ "success": true, "result": "<unknown>", "sessionContext": {}, "sessionContextTimestamp": 123, "coordinates": { "locationX": 123, "locationY": 123 }, "error": "<string>" }
Executes a single vision block and saves the x,y coordinates to the prompt cache. Only available for internal users.
Show child attributes
ID of the instructor execution context
ID of the block to execute
Name of the block to execute
Block executed and coordinates saved successfully
Result of the block execution
Context capture time (UNIX timestamp)