Preview File

Preview a single file from a data item (same as downloadOrganizationDataFile but w/ content-disposition inline).

curl --request GET \
  --url 'https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/data/{dataId}/files/preview?fileName=SOME_STRING_VALUE' \
  --header 'x-jwt-token: REPLACE_KEY_VALUE'

Last updated

Was this helpful?