Create Device

Create a new device. If you set `ifNotExists` to `false` and the device already exists, the `deviceType` will be overwritten.

curl --request POST \
  --url https://studio.edgeimpulse.com/v1/api/{projectId}/devices/create \
  --header 'content-type: application/json' \
  --header 'x-jwt-token: REPLACE_KEY_VALUE' \
  --data '{"deviceId":"ac:87:a3:0a:2d:1b","deviceType":"DISCO_L475VG_IOT01A","ifNotExists":true}'

Last updated

Was this helpful?