Last updated 4 months ago
Was this helpful?
Get proposed changes from an AI Actions job.
/api/{projectId}/raw-data/ai-actions-preview/{jobId}/proposed-changes
Project ID
Job ID
curl -L \ --url 'https://studio.edgeimpulse.com/v1/api/{projectId}/raw-data/ai-actions-preview/{jobId}/proposed-changes' \ --header 'x-api-key: YOUR_API_KEY'
{ "success": true, "error": "text", "proposedChanges": [ { "sampleId": 1, "step": 1, "proposedChanges": { "label": "text", "isDisabled": true, "boundingBoxes": [ { "label": "text", "x": 1, "y": 1, "width": 1, "height": 1 } ], "metadata": { "ANY_ADDITIONAL_PROPERTY": "text" }, "structuredLabels": [ { "startIndex": 1, "endIndex": 1, "label": "text" } ] } } ] }