Download

Download the build artefacts for a project

curl --request GET \
  --url 'https://studio.edgeimpulse.com/v1/api/{projectId}/deployment/download?type=SOME_STRING_VALUE&modelType=SOME_STRING_VALUE&engine=SOME_STRING_VALUE' \
  --header 'x-jwt-token: REPLACE_KEY_VALUE'

Last updated

Was this helpful?