Deploy Pretrained Model

Takes in a TFLite file and builds the model and SDK. Updates are streamed over the websocket API (or can be retrieved through the /stdout endpoint).

curl --request POST \
  --url https://studio.edgeimpulse.com/v1/api/{projectId}/jobs/deploy-pretrained-model \
  --header 'content-type: application/json' \
  --header 'x-jwt-token: REPLACE_KEY_VALUE' \
  --data '{"modelFileBase64":"string","modelFileType":"tflite","deploymentType":"string","engine":"tflite","modelInfo":{"input":{},"model":{}}}'

Last updated

Was this helpful?