Download Keras Data Export

Download the data of an exported Keras block - needs to be exported via 'exportKerasBlockData' first

curl --request GET \
  --url https://studio.edgeimpulse.com/v1/api/{projectId}/training/keras/{learnId}/download-data \
  --header 'x-jwt-token: REPLACE_KEY_VALUE'

Last updated

Was this helpful?