Get Deployment Info

Gives information on whether a deployment was already built for a type

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

Last updated

Was this helpful?