Build Organizational On Device Model
Generate code to run the impulse on an embedded device using an organizational deployment block. When this step is complete use `downloadBuild` to download the artefacts. Updates are streamed over th
curl --request POST \
--url https://studio.edgeimpulse.com/v1/api/{projectId}/jobs/build-ondevice-model/organization \
--header 'content-type: application/json' \
--header 'x-jwt-token: REPLACE_KEY_VALUE' \
--data '{"engine":"tflite","deployBlockId":0,"modelType":"int8"}'
Last updated
Was this helpful?