Save Performance Calibration Parameters

Set the current performance calibration parameters

curl --request POST \
  --url https://studio.edgeimpulse.com/v1/api/{projectId}/performance-calibration/parameters \
  --header 'content-type: application/json' \
  --header 'x-jwt-token: REPLACE_KEY_VALUE' \
  --data '{"params":{"type":"standard","version":1,"parametersStandard":{"averageWindowDurationMs":1000,"detectionThreshold":0.8,"suppressionMs":500}}}'

Last updated

Was this helpful?