Get Raw Sample

Get raw sample data, but with only the axes selected by the DSP block. E.g. if you have selected only accX and accY as inputs for the DSP block, but the raw sample also contains accZ, accZ is filtered

curl --request GET \
  --url 'https://studio.edgeimpulse.com/v1/api/{projectId}/dsp/{dspId}/raw-data/{sampleId}?limitPayloadValues=SOME_INTEGER_VALUE' \
  --header 'x-jwt-token: REPLACE_KEY_VALUE'

Last updated

Was this helpful?