Last updated 7 months ago
Get performance calibration stored parameters
Project 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}/performance-calibration/parameters', { method: 'GET', headers: {}, }); const data = await response.json();
{ "success": false, "error": "text", "params": { "type": "standard", "version": 1, "parametersStandard": { "averageWindowDurationMs": 1000, "detectionThreshold": 0.8, "suppressionMs": 500 } } }