Set Syntiant Posterior Parameters

Set the current posterior parameters for the Syntiant deployment target

curl --request POST \
  --url https://studio.edgeimpulse.com/v1/api/{projectId}/deployment/syntiant/posterior \
  --header 'content-type: application/json' \
  --header 'x-jwt-token: REPLACE_KEY_VALUE' \
  --data '{"parameters":{}}'

Last updated

Was this helpful?