Last updated 10 months ago
Was this helpful?
Autotune DSP block parameters. Updates are streamed over the websocket API.
/api/{projectId}/jobs/autotune-dsp
Project ID
DSP block ID to autotune parameters of
curl -L \ --request POST \ --url 'https://studio.edgeimpulse.com/v1/api/{projectId}/jobs/autotune-dsp' \ --header 'x-api-key: YOUR_API_KEY' \ --header 'Content-Type: application/json' \ --data '{"dspId":1}'
{ "success": true, "error": "text", "id": 12873488112 }