Last updated 12 months ago
Was this helpful?
Predictions for every data explorer point (only available when using current impulse to populate data explorer)
Project ID
GET /v1/api/{projectId}/raw-data/data-explorer/predictions HTTP/1.1 Host: studio.edgeimpulse.com x-api-key: YOUR_API_KEY Accept: */*
OK
{ "success": true, "error": "text", "predictions": [ { "sampleId": 1, "startMs": 1, "endMs": 1, "label": "text", "prediction": "text", "predictionCorrect": true, "f1Score": 1, "anomalyScores": [ [ 1 ] ] } ], "labels": [ "text" ], "classificationType": "classification" }