Version Project

Create a new version of the project. This stores all data and configuration offsite. If you have access to the enterprise version of Edge Impulse you can store your data in your own storage buckets (o

curl --request POST \
  --url https://studio.edgeimpulse.com/v1/api/{projectId}/jobs/version \
  --header 'content-type: application/json' \
  --header 'x-jwt-token: REPLACE_KEY_VALUE' \
  --data '{"bucketId":0,"description":"string","makePublic":true}'

Last updated

Was this helpful?