cURL
curl --request GET \ --url https://studio.edgeimpulse.com/v1/api/{projectId}/dsp/{dspId}/get-autotuner-results \ --header 'x-api-key: <api-key>'
{ "success": true, "error": "<string>", "results": [ { "key": "<string>", "value": "<string>" } ] }
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
The response is of type object.
object