Last updated 12 months ago
Was this helpful?
Get a set of parameters, found as a result of running the DSP autotuner.
Project ID
DSP Block ID, use the impulse functions to retrieve the ID
GET /v1/api/{projectId}/dsp/{dspId}/get-autotuner-results HTTP/1.1 Host: studio.edgeimpulse.com x-api-key: YOUR_API_KEY Accept: */*
OK
{ "success": true, "error": "text", "results": [ { "key": "text", "value": "text" } ] }