Verify Custom DSP Block

Verify the validity of a custom DSP block

curl --request POST \
  --url https://studio.edgeimpulse.com/v1/api/{projectId}/verify-dsp-block/url \
  --header 'content-type: application/json' \
  --header 'x-jwt-token: REPLACE_KEY_VALUE' \
  --data '{"url":"string"}'

Last updated

Was this helpful?