cURL
curl --request POST \ --url https://api.kaizenautomation.com/executions/backfillAiAnalysis \ --header 'Content-Type: application/json' \ --data ' { "id": "<string>" } '
{ "success": true, "message": "<string>" }
Enqueues a job to backfill AI analysis for an execution by extracting the last frame from the video recording
The external ID of the execution to backfill
Job enqueued successfully