Last updated 2 months ago
Get proposed changes from an AI Actions job.
Project ID
Job ID
OK
Whether the operation succeeded
Optional error description (set if 'success' was false)
const response = await fetch('https://studio.edgeimpulse.com/v1/api/{projectId}/raw-data/ai-actions-preview/{jobId}/proposed-changes', { method: 'GET', headers: {}, }); const data = await response.json();
{ "success": false, "error": "text", "proposedChanges": [ { "sampleId": 0, "step": 0, "proposedChanges": { "label": "text", "isDisabled": false, "boundingBoxes": [ { "label": "text", "x": 0, "y": 0, "width": 0, "height": 0 } ], "structuredLabels": [ { "startIndex": 0, "endIndex": 0, "label": "text" } ] } } ] }