Upload A Pretrained Model

Upload a pretrained model and receive info back about the input/output tensors. If you want to deploy a pretrained model from the API, see `startDeployPretrainedModelJob`.

curl --request POST \
  --url https://studio.edgeimpulse.com/v1/api/{projectId}/pretrained-model/upload \
  --header 'content-type: multipart/form-data' \
  --header 'x-jwt-token: REPLACE_KEY_VALUE'

Last updated

Was this helpful?