Loading...
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
OK
Whether the operation succeeded
Optional error description (set if 'success' was false)
const response = await fetch('https://studio.edgeimpulse.com/v1/api/{projectId}/dsp/{dspId}/get-autotuner-results', { method: 'GET', headers: {}, }); const data = await response.json();
{ "success": false, "error": "text", "results": [ { "key": "text", "value": "text" } ] }