Last updated 1 month 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": [ { "proposedChanges": { "label": "text", "isDisabled": false, "boundingBoxes": [ { "label": "text" } ], "structuredLabels": [ { "label": "text" } ] } } ] }