cURL
curl --request GET \ --url https://studio.edgeimpulse.com/v1/api/{projectId}/optimize/window-settings \ --header 'x-api-key: <api-key>'
{ "success": true, "error": "<string>", "windowSettingsEvent": [ { "windowSizeMs": 123, "windowIncreaseMs": 123, "windowIncreasePct": 123, "zeroPadPercentage": 123, "windowCount": 123, "balanceScore": 123, "valid": true } ], "windowSettingsContinuous": [ { "windowSizeMs": 123, "windowIncreaseMs": 123, "windowIncreasePct": 123, "zeroPadPercentage": 123, "windowCount": 123, "balanceScore": 123, "valid": true } ] }
Get window settings
Project ID
OK
Whether the operation succeeded
Show child attributes
Optional error description (set if 'success' was false)
Was this page helpful?