cURL
curl --request GET \ --url https://studio.edgeimpulse.com/v1/api/{projectId}/raw-data/data-explorer/predictions \ --header 'x-api-key: <api-key>'
{ "success": true, "error": "<string>", "predictions": [ { "sampleId": 123, "startMs": 123, "endMs": 123, "label": "<string>", "prediction": "<string>", "predictionCorrect": true, "f1Score": 123, "anomalyScores": [ [ 123 ] ], "boundingBoxes": [ { "label": "<string>", "x": 123, "y": 123, "width": 123, "height": 123, "score": 123 } ] } ], "labels": [ "<string>" ], "classificationType": "classification" }
Predictions for every data explorer point (only available when using current impulse to populate data explorer)
Project ID
OK
Whether the operation succeeded
Show child attributes
classification
regression
Optional error description (set if 'success' was false)
Was this page helpful?