cURL
curl --request GET \ --url https://studio.edgeimpulse.com/v1/api/{projectId}/training/anomaly/{learnId}/features/get-graph/classification/{sampleId} \ --header 'x-api-key: <api-key>'
{ "success": true, "error": "<string>", "totalSampleCount": 123, "data": [ { "X": { "0": -2.17, "11": 1.21, "22": 0.79 }, "label": 123 } ] }
Get trained features for a single sample. This runs both the DSP prerequisites and the anomaly classifier.
Project ID
Learn Block ID, use the impulse functions to retrieve the ID
Sample ID
OK
The response is of type object.
object